/* Self-hosted Google Fonts — Exo 2, Rajdhani, Share Tech Mono */

/* ── Exo 2 ─────────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/static/fonts/exo2-300.ttf') format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/exo2-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/exo2-600.ttf') format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/static/fonts/exo2-800.ttf') format('truetype');
}

/* ── Rajdhani ───────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/rajdhani-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/rajdhani-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/rajdhani-600.ttf') format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/rajdhani-700.ttf') format('truetype');
}

/* ── Share Tech Mono ────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/sharetechmono-400.ttf') format('truetype');
}
