:root {
  /* Dawn-over-the-river color stops (night -> paper) */
  --c-night:       #0B1220;
  --c-deep:        #142238;
  --c-dusk:        #3D4E68;
  --c-dawn:        #C9CDD3;
  --c-paper:       #FAFAF8;

  --c-ink:         #14181F;      /* body text on light pages */
  --c-ink-soft:    #4A5361;      /* secondary text on light */
  --c-mist:        #F5F5F3;      /* off-white surface */
  --c-line:        #E2E4E2;      /* hairline on light pages */

  --c-accent:      #3B82F6;      /* steel blue, constant thread */
  --c-accent-soft: #93B4EE;
  --c-glow:        #E8B87A;      /* amber "first light", sparing use */

  --glass-light-bg:   rgba(255,255,255,0.08);
  --glass-light-brd:  rgba(255,255,255,0.16);
  --glass-dark-bg:    rgba(11,18,32,0.06);
  --glass-dark-brd:   rgba(11,18,32,0.12);

  --font-display: 'Space Grotesk', sans-serif;
  --font-body:    'Inter', sans-serif;
  --font-mono:    'IBM Plex Mono', monospace;

  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 8px;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 7rem;

  --nav-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
