/*
 * theme-vars.css — :root variables consumed by main.css.
 *
 * Hand-derived from the Publii theme.config.json that shipped with this site.
 * If the brewery upgrades to a dynamic theme builder later, replace this file
 * with build-time generation. For now it's a stable, auditable static file.
 */
:root {
  --body-font:                -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --heading-font:             -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --logo-font:                var(--body-font);
  --menu-font:                var(--body-font);
  --font-weight-normal:       400;
  --font-weight-bold:         700;
  --line-height:              2.3;
  --letter-spacing:           0em;
  --headings-weight:          700;
  --headings-transform:       none;
  --headings-style:           normal;
  --headings-letter-spacing:  0.07em;
  --headings-line-height:     1.5;
  --color:                    #18BFEF;
}
