/* ============================================================
   SYNtax — generated theme overrides
   Rendered from this template at container startup by
   docker/40-syntax-config.sh (envsubst). Served at
   /generated/theme.css and loaded AFTER css/main.css so these
   :root values win. Values come from the .env file; anything
   unset falls back to the defaults baked into the entrypoint
   script (which mirror css/main.css). Do not edit by hand —
   change .env instead.
   ============================================================ */
:root {
  --bg-base:   #0b0e14;
  --input-bg:  #0b0e14;
  --border:    #253045;
  --cyan:      #4dd9c0;
  --amber:     #e6a817;
  --red:       #e05c5c;

  --font:      'JetBrains Mono', 'Fira Code', 'Consolas', monospace;

  --fs-base:   14px;
  --fs-title:  1.4rem;
  --fs-body:   0.9rem;
  --fs-label:  0.85rem;
  --fs-small:  0.85rem;
  --fs-nav:    1rem;
}
