:root {
  /* Light base */
  --color-bg: #f7f8fc;
  --color-surface: #ffffff;
  --color-surface-2: #f1f4fb;
  --color-border: rgba(15, 23, 42, 0.10);
  --color-border-strong: rgba(15, 23, 42, 0.16);

  --color-text: #0b1220;
  --color-text-2: rgba(11, 18, 32, 0.72);
  --color-text-3: rgba(11, 18, 32, 0.56);

  /* Sunrise identity (cool blue + subtle holiday accent) */
  --color-accent: #1d4ed8;          /* cobalt */
  --color-accent-2: #0ea5e9;        /* sky */
  --color-accent-warm: #f59e0b;     /* amber */
  --color-holiday: #dc2626;         /* red */

  --shadow-soft: 0 12px 40px rgba(15, 23, 42, 0.10);
  --shadow-card: 0 18px 55px rgba(15, 23, 42, 0.12);

  --font-primary: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  --font-display: "Fraunces", system-ui, -apple-system, Segoe UI, Arial, sans-serif;

  --container-width: 1240px;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;

  --transition-fast: 160ms;
  --transition: 280ms;
}


