/* ===================================================================
   NCA Solar — CSS Custom Properties (Design Tokens)
   Import this in every page: <link rel="stylesheet" href="/styles/variables.css">
   =================================================================== */
:root {
  --gold: #F5A623;
  --dark: #000000;
  --dark2: #111111;
  --dark3: #1a1a1a;
  --gray: #888;
  --font: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}
