/* ============================================================
   tokens.css — First Intelligence Utility design system
   ------------------------------------------------------------
   Canonical colour, typography and geometry values shared by
   the First Intelligence Utility digital experience.
   ============================================================ */

:root {
  --bg: #07090d;
  --bg-raise: #0c1016;
  --panel: #11161d;
  --panel-2: #161c25;
  --border: #1e2733;
  --border-hi: #2c3947;

  --text: #e8eef4;
  --muted: #93a1b0;
  --faint: #5c6a78;

  --green: #76b900;
  --green-dim: #4c7a00;
  --cyan: #38bdf8;
  --teal: #2dd4bf;
  --amber: #fbbf24;
  --orange: #f97316;
  --violet: #a78bfa;
  --red: #f8636f;
  --blue: #60a5fa;

  --font: "Inter", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;

  --rad: 12px;
  --rad-sm: 8px;
  --maxw: 1480px;
}
