
/*------------------------------------------------------------------
    1. Import from Google
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,700;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/*------------------------------------------------------------------
    2. Roboto
-------------------------------------------------------------------*/
body {
	font-family: 'Lato', 'Noto Sans KR', sans-serif;
	font-size: 16px;
    line-height: 25px
}

/*------------------------------------------------------------------
    3. Nunito
-------------------------------------------------------------------*/
#cs-primary-nav,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', 'Noto Sans KR', sans-serif;
}