/* Font Faces */
@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: 400;
  font-display: swap;
}

/* CSS Variables */
:root {
  --font-ko-main: 'GowunDodum-Regular', 'Apple SD Gothic Neo', sans-serif;
  --font-ko-sub: 'GowunDodum-Regular', 'Apple SD Gothic Neo', sans-serif;
  --font-en-main: 'GowunDodum-Regular', 'Apple SD Gothic Neo', sans-serif;
  --color-primary: #fafaf9;
  --color-secondary: #78716c;
}
