@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Literata:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
h1, h2, h3, h4, h5, h6 {
    color: #0F6292;
    font-family: 'Literata', serif;
}
a {
	color:#0F6292;
}

