@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --bg-0: #05070d;
  --bg-1: #0a0f1a;
  --surface: #0d1526;
  --border: rgba(255,255,255,.08);
  --accent: #2563eb;
  --accent-hover: #1d4fd8;
  --text: #ffffff;
  --text-muted: #9aa7bd;
  --light-bg: #ffffff;
  --light-bg-alt: #f6f8fb;
  --light-text: #0b1220;
  --light-muted: #5b6b82;
  --light-border: #e6eaf1;
  --radius: 12px;
  --radius-lg: 16px;
  --container: 1200px;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}
