/*
PelicanCFO Research - shared theme tokens.
Extracted verbatim from the vCFO survey source (research.pelicancfo.com).
This file intentionally contains ONLY color tokens - nothing PelicanHR
specific - so future Pelican Research surveys can load it unchanged.
Component-level styling (spacing, radius, typography, buttons, etc.) lives
in each survey's own styles.css, which consumes these variables.
*/

:root {
  --navy: #0b1830;
  --navy-mid: #152847;
  --gold: #c09a38;
  --gold-light: #d4af55;
  --warm-white: #f0ebe0;
  --cream: #faf7f2;
  --charcoal: #1c1c1e;
  --mid: #4a4a52;
  --muted: #7a7a84;
  --border: #ddd8ce;
  --border-dark: #c8c2b6;
  --success: #2b5438;
  --error: #9e3f48;
}
