/* Oregon Wash — brand tokens (grounded, pixel-sampled from flyer.jpg) */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/inter-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/barlow-condensed-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/barlow-condensed-800.woff2') format('woff2');
}

:root {
  --ow-navy:        #0F2E5F;
  --ow-navy-dark:   #0A234B;
  --ow-green:       #6DB33F;
  --ow-green-deep:  #4E8929;
  --ow-green-soft:  #90B478;
  --ow-cream:       #FDFDFB;
  --ow-charcoal:    #1A1A22;
  --ow-sky:         #F1F5FA;

  --font-head: 'Barlow Condensed', 'Barlow', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --radius-sm: 6px;
  --radius: 12px;
  --shadow-sm: 0 1px 2px rgba(15, 46, 95, 0.08);
  --shadow:    0 8px 24px rgba(15, 46, 95, 0.12);
}
