@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100 900;         
  font-display: swap;
  src: url('/CDN/webimage/v2/css/d2/fonts2/Noto_Sans_KR/NotoSansKR-VariableFont_wght.woff2') format('woff2'),
       url('/CDN/webimage/v2/css/d2/fonts2/Noto_Sans_KR/NotoSansKR-VariableFont_wght.ttf') format('truetype');
 
  unicode-range:
    U+1100-11FF,    
    U+3130-318F,    
    U+A960-A97F,    
    U+D7B0-D7FF,    
    U+AC00-D7A3;    
}

 
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900; 
  font-display: swap;
  src: url('/CDN/webimage/v2/css/d2/fonts2/Outfit/Outfit-VariableFont_wght.woff2') format('woff2'),
       url('/CDN/webimage/v2/css/d2/fonts2/Outfit/Outfit-VariableFont_wght.ttf') format('truetype');
   
  unicode-range: 
    U+0000-00FF,   /* Basic Latin + Latin-1 Supplement */
    U+0100-024F;   /* Latin Extended-A/B */
}

 
html, body {
  font-family: 'Outfit', 'Noto Sans KR', system-ui, -apple-system, sans-serif;
  font-weight: 500;
}