/* IO Patina Games — self-hosted brand faces.
 *
 * The same three faces and the same Latin subsets as iopatina.com, copied rather
 * than linked so the two sites cannot drift apart in a deploy. Korean subsets are
 * included because ko is a published locale; the remaining scripts fall back to
 * the system faces listed in packages/design/src/base.css, which is deliberate —
 * Portal UX v1.1 §4.2 forbids tofu but does not require shipping every script.
 *
 * NEVER load these from fonts.googleapis.com: every IO Patina property runs a CSP
 * that admits same-origin only, so a third-party font request fails silently and
 * the page falls back to system faces.
 *
 * Licences: Archivo, Source Serif 4, Martian Mono and Noto Sans KR are all under
 * the SIL Open Font License. notosanskr-OFL.txt ships alongside.
 */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/source-serif-4-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Martian Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/martian-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Korean. One Hangul subset; a non-Korean page downloads none of it. */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/notosanskr-62a498704af7.woff2') format('woff2');
  unicode-range: U+1100-11FF, U+3130-318F, U+AC00-D7A3;
}
