/* ==========================================================================
   VIOLET Tebex Template — generic.css
   Loaded only when no custom theme CSS is set in Tebex.
   Everything visual lives in shared.css; this file just wires the store's
   own colour settings into the same variables.
   ========================================================================== */

.generic-check { display: none; }

:root {
  --color-primary: var(--accent);
}

body { font-family: 'Montserrat', sans-serif; }
