/* ============================================================
   See You Onchain — Webfonts
   - Bai Jamjuree: display + body + logo (Google Fonts, weights 300–700)
   - Onchain Pixel: the brand's proprietary pixel face (self-hosted).
     Used for the glitch letter, tickers and labels. Pixelify Sans
     stays loaded as a fallback only.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400;500;600;700&display=swap');

@font-face {
  font-family: 'Onchain Pixel';
  src: url('/static/ds/fonts/OnchainPixel.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
}
