/* Truckerpool Brand Tokens (Single Source of Truth) */
:root {
  /* Core colors */
  --black: #0a0a0a;
  --deep: #0d1117;
  --navy: #0f1923;
  --navy-light: #162032;
  --amber: #f59e0b;
  --amber-bright: #fbbf24;
  --amber-glow: rgba(245, 158, 11, 0.15);
  --white: #f8f4ee;
  --offwhite: #ffffff;
  --muted: #8a8a8a;
  --border: rgba(248, 244, 238, 0.08);
  --border-amber: rgba(245, 158, 11, 0.3);

  /* Shared typography tokens */
  --font-display: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  --font-body: 'Barlow', 'Segoe UI', Arial, sans-serif;
  --font-serif: 'Libre Baskerville', Georgia, serif;
}
