







:root {
    --title-font-family: 'Nanum Myeongjo', serif !important;
    --title-font-weight: 400 !important;
    --body-font-family: 'Nanum Myeongjo', serif !important;
    --body-font-weight: 400 !important;
} 

a {
	color: #303030;
    transition: all 0.5s ease;
}
a:hover {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
} 


.hmenu li {
    font-size: 1.125rem;
    font-weight: 300 !important;
} 
.hmenu > .mrp-menu-level-0 ul li > span, 
.hmenu > .mrp-menu-level-0 ul li > a {
    word-break: normal;
}

.block-layout .button-list .button {
	font-family: Lato ,sans-serif !important;
}