/* LT Shield Wallet — local fonts (LAYER 8: Zero Data Collection).
 * Variable fonts from Google Fonts, bundled locally. No network calls.
 * Source:
 *   inter-var.woff2           fonts.gstatic.com/s/inter/v20/UcC73Fwr…
 *   jetbrainsmono-var.woff2   fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o…
 *   playfairdisplay-var.woff2 fonts.gstatic.com/s/playfairdisplay/v40/nuFiD…
 * Downloaded + SHA-256 verified 2026-04-11. These files are the exact ones
 * Google Fonts would have served — visual parity preserved, zero data leaks.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('./inter-var.woff2') format('woff2-variations'),
       url('./inter-var.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: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./playfairdisplay-var.woff2') format('woff2-variations'),
       url('./playfairdisplay-var.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: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./jetbrainsmono-var.woff2') format('woff2-variations'),
       url('./jetbrainsmono-var.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;
}
