/* ============================================================
   Theme "Nova" — deep navy · electric cyan & blue
   Fonts: Unbounded (display) + Manrope (body)
   Load AFTER css/style.css
   ============================================================ */

:root {
  --bg: #04070d;
  --bg-soft: #0a111c;
  --ink: #e9f1f9;
  --muted: #fff;
  --accent: #38e8ff;
  --accent-2: #5b7bff;

  --bg-rgb: 4, 7, 13;
  --panel-rgb: 10, 17, 28;
  --ink-rgb: 233, 241, 249;
  --accent-rgb: 56, 232, 255;
  --accent-2-rgb: 91, 123, 255;

  --font-display: "Unbounded", sans-serif;
  --font-body: "Manrope", sans-serif;
}

/* Unbounded is wider than Syne — ease the biggest headings down a touch */
.hero-title { font-size: clamp(2rem, 7.5vw, 7rem); letter-spacing: -0.01em; }
.contact-title { font-size: clamp(2rem, 8vw, 6.5rem); }
.section-title { font-size: clamp(1.75rem, 4.5vw, 3.5rem); }

@media (max-width: 991px) {
  .hero-title { font-size: clamp(1.95rem, 10vw, 3rem); }
  .contact-title { font-size: clamp(1.75rem, 9vw, 2.35rem); }
  .section-title { font-size: clamp(1.6rem, 7vw, 2.2rem); }
}
