:root {
  --brand-field: #F7F8F3;
  --brand-ink: #091725;
  --brand-night: #081624;
  --brand-accent: #B6F26B;
  --brand-mint: #66E3CE;
  --brand-white: #FFFFFF;
  --brand-soft: #425160;
  --background: var(--brand-field);
  --text: var(--brand-ink);
  --heading: var(--brand-night);
  --link: var(--brand-night);
  --actionBackground: var(--brand-accent);
  --actionText: var(--brand-ink);
  --inverseBackground: var(--brand-night);
  --inverseText: var(--brand-field);
  --focus: var(--brand-night);
  --logo-clear-space: 0.25;
  --display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, monospace;
}
