/* ══════════════════════════════════════════════
   NXTHARBOR — BRAND VARIABLES
   ══════════════════════════════════════════════ */

:root {
  /* Colour tokens */
  --deep:  #071528;
  --teal:  #00C2A8;
  --gold:  #F0A500;
  --blue:  #1A6BF0;
  --warm:  #FFF8EE;
  --white: #FFFFFF;

  /* Typography */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', sans-serif;
  --font-mono:    'DM Mono', monospace;

  /* Spacing scale */
  --space-xs:  8px;
  --space-sm:  16px;
  --space-md:  32px;
  --space-lg:  64px;
  --space-xl:  80px;

  /* Border radius */
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 6px;
  --radius-pill: 100px;

  /* Transitions */
  --transition-fast: 0.22s ease;
  --transition-med:  0.35s ease;
  --transition-slow: 0.72s ease;
}
