/* Kyalami Exhausts — design tokens, sampled from the approved hero footage (the weld-line frame). */
:root{
  --canvas:#0A0B0D;         /* the bay at night, lifted just off true black */
  --panel:#17181C;          /* raised steel panel */
  --panel-alt:#1E2024;      /* one step brighter, dash chrome / cards */
  --ink:#F3F1ED;            /* text set on the accent */
  --accent:#F78638;         /* sampled directly from the weld's molten glow */
  --accent-hover:#DE6A1C;
  --accent-muted:rgba(247,134,56,.16);
  --text-primary:#F3F1ED;   /* brushed-steel highlight, softened for reading */
  --text-secondary:#93999F; /* sampled from the drifting weld smoke */
  --text-tertiary:#5A5F66;
  --line:rgba(243,241,237,.10);
  --line-strong:rgba(243,241,237,.24);

  --font-display:"Rajdhani",system-ui,sans-serif;
  --font-body:"Barlow",system-ui,sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,monospace;

  --ease:cubic-bezier(.22,.61,.36,1);
  --ease-out:cubic-bezier(.16,1,.3,1);

  --tshadow:0 1px 2px rgba(5,5,8,.95),0 3px 12px rgba(5,5,8,.78),0 10px 44px rgba(5,5,8,.8);
}
