:root {
  /* ==========================================================
     STRUCTURE
     ========================================================== */
  --header-display: block;
  --nav-bar-display: block;
  --topbar-display: none;
  --main-header-padding: 10px 0 10px 0;

  /* ==========================================================
     8GEN BRAND TOKENS
     ========================================================== */
  --eg-black: #111111;
  --eg-cream: #f4f0e9;
  --eg-gold: #cfa85e;
  --eg-text: #191919;
  --eg-muted: #6a665f;
  --eg-dark: #191919;
  --eg-cream-dark: #e6ded1;
  --eg-gold-dark: #a9813d;
  --eg-border: rgba(17, 17, 17, 0.14);
}

/* ==========================================================
   STRUCTURAL CONTROLS

   Colors and typography are controlled by Shoptimizer/Kirki
   through theme_mods_shoptimizer.
   ========================================================== */

#masthead {
  display: var(--header-display);
}

.main-header {
  padding: var(--main-header-padding) !important;
}

.col-full-nav {
  display: var(--nav-bar-display);
}

.topbar-wrapper {
  display: var(--topbar-display);
}

/* ==========================================================
   SHARED NETWORK OVERRIDES

   Add only rules here that Shoptimizer does not expose in the
   Customizer, or rules that fix shared plugin/theme behavior.

   Site-specific branding belongs in {site}.css.
   Home-page-only styling belongs in {site}-home.css.
   ========================================================== */
