/**
 * Immanuel Online School — house design tokens (navy · gold · white)
 * Load before testandtrack-styles.css
 */
:root {
  --ios-navy: #0a1e3f;
  --ios-navy-mid: #142a55;
  --ios-navy-soft: #1f3b72;
  --ios-navy-deep: #051127;
  --ios-gold: #d4a843;
  --ios-gold-bright: #f0c85c;
  --ios-gold-deep: #a88428;
  --ios-gold-glow: rgba(212, 168, 67, 0.4);
  --ios-gold-soft: rgba(212, 168, 67, 0.14);
  --ios-white: #ffffff;
  --ios-cream: #faf8f3;
  --ios-cream-warm: #f5f0e6;
  --ios-ink: #0a1e3f;
  --ios-ink-muted: #5a6788;
  --ios-sky: #3b82c4;
  --ios-mint: #2d9d78;
  --ios-coral: #e07a5f;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Nunito Sans', 'Inter', system-ui, sans-serif;
}
