/*
 * ALOHAS Brand Design System — tokens (vendored from brand.css v2.0.3)
 * Single source of truth for the coo-reports product palette + fonts.
 * Layout/components live in alohas-app.css. Do not add layout here.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

@font-face { font-family: "Helvetica Neue LT Std"; font-weight: 400; font-display: swap;
  src: url("/public/fonts/HelveticaNeueLTStd-Roman.otf") format("opentype"); }
@font-face { font-family: "Helvetica Neue LT Std"; font-weight: 700; font-display: swap;
  src: url("/public/fonts/HelveticaNeueLTStd-Bd.otf") format("opentype"); }
@font-face { font-family: "HelveticaNeueLT Std Cn"; font-weight: 400; font-display: swap;
  src: url("/public/fonts/HelveticaNeueLTStd-Cn.otf") format("opentype"); }
@font-face { font-family: "TimesEighteen LT Roman"; font-weight: 400; font-display: swap;
  src: url("/public/fonts/TimesEighteenLTRoman.ttf") format("truetype"); }

:root {
  --c-black: #000000;
  --c-white: #FFFFFF;
  --c-off-white: #EEECE8;
  --c-port-royale: #4A2932;
  --c-light-gray: #D9D9D9;
  --c-muted: #6E6E6E;

  --chart-1: #6B9DB8;
  --chart-2: #3D5A7A;
  --chart-3: #7A8C98;
  --chart-4: #7FB5AE;
  --chart-5: #B8CCEA;
  --chart-positive: #5C8C6A;
  --chart-negative: #A8604E;

  --divider-primary: #4A2932;
  --divider-section: #B8CCEA;

  --font-editorial: "TimesEighteen LT Roman", "Times New Roman", Georgia, serif;
  --font-corporate: "Helvetica Neue LT Std", Inter, Helvetica, sans-serif;
  --font-condensed: "HelveticaNeueLT Std Cn", "Arial Narrow", Inter, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --space-1: 8px; --space-2: 16px; --space-3: 24px;
  --space-4: 32px; --space-5: 48px; --space-6: 64px;
}
