
:root {
  --brand-font-display: 'Oswald', 'Barlow Condensed', sans-serif;
  --brand-font-body: 'Archivo', system-ui, sans-serif;
  --brand-display-transform: uppercase;
  --brand-ink-strong: #232021;
  --brand-ink: #424242;
  --brand-bg: #FCFCFC;
  --brand-surface-dark: #232021;
  --brand-ink-on-dark: #FCFCFC;
  --brand-accent-bright: #04A63B;
  --brand-accent: #04A63B;
  --brand-theme-color: #04A63B;
  --brand-accent-ink: #04752A;
  --brand-ink-on-accent: #232021;
  --brand-cta-bg: #04A63B;
  --brand-cta-bg-hover: #05B542;
  --brand-cta-bg-active: #04A63B;
  --brand-cta-ink: #232021;
  --brand-cta-radius: 4px;
  --brand-glass: rgba(35, 32, 33, 0.74);
  --brand-glass-blur: 5px;
  --brand-glass-saturate: 1.5;
  --brand-logo-w: 132px;
  --brand-logo-w-stuck: 84px;
}
@media (max-width: 1024px) {
  :root { --brand-logo-w: 96px; --brand-logo-w-stuck: 60px; }
}
