/*
 * Static theme tokens (fallbacks only). Values here are overridden by the
 * runtime <style id="theme-runtime"> that theme-runtime.js generates from
 * the `theme` content section. Edit the theme in /admin-access/, not here.
 */
:root {
  --primary: #10213a;
  --accent: #f3b63f;
  --accent-dark: #d18f17;
  --secondary: #ff6b4a;
  --background: #fff8ef;
  --surface: #ffffff;
  --surface-muted: #fff0d6;
  --ink: #151b28;
  --text: #1f2937;
  --text-muted: #667085;
  --border: #ecd8b3;
  --font-family: "Inter", "Segoe UI", Arial, sans-serif;
  --font-display: "Archivo Black", "Anton", Impact, sans-serif;
  --heading-weight: 900;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-soft: 0 22px 52px rgba(16, 24, 40, 0.12);
  --shadow-strong: 0 30px 70px rgba(16, 24, 40, 0.24);
  --gradient-warm: linear-gradient(135deg, var(--secondary), var(--accent) 60%, var(--accent-dark));
  --gradient-ink: linear-gradient(160deg, var(--ink), #2a2218 60%, #38281a);
  --gradient-cream: radial-gradient(circle at 80% -10%, var(--surface-muted), var(--background) 55%);
}
