/*
 Theme Name: SWELL Child
 Template: swell
 Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.font__en{
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.font__ttl{
	font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
	font-size:60px;
}

@media screen and (max-width: 768px) {
.font__ttl{
	font-size:32px;
}
}