@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap')
body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600, 500;
}

.d-italic {
font-style: normal;	
color: #111;
font-weight: bold;
background: linear-gradient(transparent 50%, #FFFF77 50%);
padding: 0 4px;
margin: 0 4px;
}

.d-underline {
text-decoration:none;
color:#103A50;
font-weight: bold;
background: linear-gradient(transparent 70%, #FFFF77 70%);
padding: 0 4px;
margin: 0 4px;
}







