/* Generated from the target app's brand (scripts/brand.ts → theme export). */
:root {
  --bg: #0a0d17;
  --bg-elevated: #141828;
  --text: #f0f1f7;
  --muted: #9aa0b5;
  --accent: #9e8afa;
  --accent-rgb: 158, 138, 250;
  --accent-soft: rgba(158, 138, 250, 0.16);
  --hairline: rgba(154, 160, 181, 0.18);
  --font: "Hanken Grotesk", "Inter", system-ui, sans-serif;
  --font-heading: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --mono: "JetBrains Mono", "SF Mono", ui-monospace, monospace;
  --device-shadow: 0 40px 120px rgba(0,0,0,0.55), 0 0 0 1px rgba(158, 138, 250,0.08);
  --ambient-link-alpha: 0.16;
  --ambient-dot-alpha: 0.45;
  --titlebar-bg: rgba(255,255,255,0.02);
  --url-pill-bg: rgba(255,255,255,0.04);
}
