/* Original, locally hosted files; licenses and origins accompany each font. */
@font-face {
  font-family: 'TS Pretendard';
  src: url('./fonts/alternatives/pretendard/PretendardVariable.woff2') format('woff2');
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TS Wanted';
  src: url('./fonts/alternatives/wanted/WantedSansVariable.woff2') format('woff2');
  font-weight: 400 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TS Gmarket';
  src: url('./fonts/alternatives/gmarket/GmarketSansBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SUITE';
  src: url('./fonts/SUITE-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* Japanese pages: the same files, limited to Latin, digits, punctuation, arrows and symbols.
   Kana and kanji are outside these ranges, so they always come from one Japanese system font
   and never mix with stray glyphs from the Korean fonts. */
@font-face {
  font-family: 'TS Pretendard Latin';
  src: url('./fonts/alternatives/pretendard/PretendardVariable.woff2') format('woff2');
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E, U+00A0-00FF, U+2010-2027, U+2030-205E, U+20A0-20CF, U+2190-21FF, U+2200-22FF, U+25A0-25FF, U+2600-27BF;
}
@font-face {
  font-family: 'TS Gmarket Latin';
  src: url('./fonts/alternatives/gmarket/GmarketSansBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E, U+00A0-00FF;
}
