/* ── PIXELION DESIGN TOKENS ── */

:root {
  /* Colors */
  --bg: #ffffff;
  --surface: #f5f7fa;
  --surface-alt: #eef1f6;
  --fg: #1a1a2e;
  --muted: #6b7280;
  --border: #e2e5ea;
  --accent: #073A8F;
  --accent-hover: #052d72;
  --accent-light: rgba(7, 58, 143, 0.08);
  --hero-bg: #0a1628;
  --hero-gradient: linear-gradient(135deg, #0a1628 0%, #0f2240 50%, #073A8F 100%);
  --footer-bg: #0a1628;

  /* Typography */
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;

  /* Radius */
  --radius: 0px;
  --radius-sm: 0px;
}
