/* ============================================================
   VELDION V5 — fonts.css
   Deklarasi @font-face untuk Geist, GeistMono, GeistPixel.
   Semua font self-hosted (tanpa Google Fonts).
   ============================================================ */

/* ===== GEIST ===== */
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist/Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===== GEIST MONO ===== */
@font-face {
  font-family: 'GeistMono';
  src: url('../fonts/GeistMono/GeistMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GeistMono';
  src: url('../fonts/GeistMono/GeistMono-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ===== GEIST PIXEL ===== */
@font-face {
  font-family: 'GeistPixel';
  src: url('../fonts/GeistPixel/GeistPixel-Line.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}