/* ──────────────────────────────────────────────────────────
   MYZEL SIM — design tokens
   :root block copied verbatim from the LUX site
   (lux-1/site/assets/css/main.css, lines ~9–33)
   ────────────────────────────────────────────────────────── */

:root {
  /* Palette — single accent (yellow); v2 spec */
  --green:        #4A7C2F;
  --green-dark:   #2D5A1B;
  --green-darker: #1A3A0D;
  --green-light:  #7DB356;
  --green-pale:   #D4E8B0;
  --yellow:       #C8D62B;
  --cream:        #F5F0E8;
  --sand:         #E8DFC8;
  --charcoal:     #1A1A18;
  --grey:         #6B6560;
  --white:        #FDFCF8;
  --red:          #cc2200;

  /* Typography — single family: Jost (Futura-alike, OFL) */
  --ff:           'Jost', 'Futura', 'Trebuchet MS', system-ui, sans-serif;
  --ff-display:   var(--ff);
  --ff-body:      var(--ff);
  --ff-meta:      var(--ff);

  /* Motion + layout */
  --ease:         0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --maxw:         1280px;
}
