/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
	
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url(https://fonts.googleapis.com/css?family=M+PLUS+1p&amp;subset=japanese);


/* font class */
.notosansjp-medium {
	font-weight: 500;
	color: "#1b3d38";
	font-family: 'Noto Sans JP', sans-serif;
};

.notosansjp-regular {
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  white-space: pre;
  color: "#1b3d38";	
};


.mplus1p {
  font-family: "Mplus 1p", sans-serif;
};

.mplus1p-bold {
  font-weight: bold;
  font-family: "Mplus 1p", sans-serif;
  color: "#009944";
};
