/* ==========================================================================
   Marji V13 — global accent-color override
   Replace the original Marji orange (#F26A28) with the warmer amber
   #f9a842.  Every UI element pulls its colour from the CSS variables, so
   overriding the 3 tokens propagates everywhere automatically.
   ========================================================================== */

:root {
  --color-primary:        #f9a842;
  --color-primary-hover:  #e89018;
  --color-primary-light:  #fef3df;
}
