

/*@import url(https://fastly.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css);*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* 어도비 */
@import url("https://use.typekit.net/kgu1fpg.css");
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Gotu&family=Noto+Sans+TC:wght@100..900&display=swap');

@font-face {
  font-family: 'GowunDodum-Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



/* @font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
} */
:root {
  --font-family-pretendard: 'Pretendard', sans-serif;
  --font-family-montserrat: 'Montserrat', sans-serif;
  --font-family-open-sans: 'Open Sans', sans-serif;
  --font-family-lato: 'Lato', sans-serif;
  --font-family-madi: 'Ms Madi', sans-serif;
  --font-family-newsreader: 'Newsreader', sans-serif;
  --font-family-gowun-dodum: 'Gowun Dodum', sans-serif;
  --font-family-roboto: 'Roboto', sans-serif;
  --font-family-julius-sans-one: 'Julius Sans One', sans-serif;
  --font-family-cochin: 'cochin-lt-pro', sans-serif;
}

.en_font {
  font-family: var(--font-family-montserrat);
}
.en_font_montserrat {
  font-family: var(--font-family-montserrat);
  font-style: normal;
}
.en_font_lato {
  font-family: var(--font-family-lato);
  font-style: normal;
}
.en_font_sans {
  font-family: var(--font-family-open-sans);
  font-style: normal;
}
.en_font_madi {
  font-family: var(--font-family-madi);
  font-style: normal;
}
.en_font_newsreader {
  font-family: var(--font-family-newsreader);
  font-optical-sizing: auto;
  font-style: normal;
}
.en_font_julius-sans-one {
  font-family: var(--font-family-julius-sans-one);
  font-style: normal;
}
.en_font_cochin {
  font-family: var(--font-family-cochin);
  font-weight: 400;
  font-style: normal;
}


.font_gowun_dodum {
  font-family: var(--font-family-gowun-dodum);
  font-style: normal;
}