/* ======================================================================
   Per-store CSS template — epic (storebuilder/6301/epic)
   ----------------------------------------------------------------------
   IMPORTANT: this file does NOT define the :root --fws-* variables.
   The Framework engine injects them at render time —
   BasePage.DumpClientSideCSSSVariables() emits
     <style>:root{ --{token}:#{hex}; ... --fws-font-family:... }</style>
   from design.colours + design.font (tokens: fws-primary, fws-primary-alt,
   fws-secondary, fws-secondary-alt, fws-surface, fws-text, fws-text-muted,
   fws-border). Duplicating them here would be redundant and wrong.

   This file's only job: NO CSS gradient background. Flat --fws-surface
   (from style.css / the engine), or the user-selected background image
   when one is set. / are Store MS tokens
   (design.background); they resolve empty when no image is selected, so
   the declaration drops and the flat surface shows.
   ====================================================================== */

body{
  background-color: var(--fws-surface, #ffffff);
  background: ;
  background-size: ;
}
