/* ============================================================
   Dabuller — Webfonts
   Pretendard: the de-facto Korean UI typeface (KR + Latin),
   loaded as a variable font. JetBrains Mono for codes,
   dispatch IDs, phone numbers, ETAs.

   NOTE: fonts are loaded from CDN (jsDelivr). To ship offline,
   vendor the .woff2 files into /assets/fonts and repoint src.
   ============================================================ */

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/woff2/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/fontsource/fonts/jetbrains-mono:vf@latest/latin-wght-normal.woff2') format('woff2-variations');
}
