:root {
  --accent: #f2c300;
  --accent-dark: #f2c300;
  --brand: #f2c300;
  --brand-strong: #f2c300;
  --brand-soft: #fdeb8b;
  --light: #ffffff;
  --dark: #17191c;
  --on-accent: #0c0d0f;
  --surface: #fffefa;
  --surface-raised: #fffefa;
  --surface-alt: #f5f5f2;
  --surface-inverse: #0c0d0f;
  --text: #161719;
  --text-muted: #5e6268;
  --border: rgba(22, 23, 25, .14);
  --header-bg: rgba(255, 254, 250, .94);
  --bg: #fffefa;
  --bg-card: #fffefa;
}

.section-label,
.eyebrow {
  display: inline-flex !important;
  width: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: var(--brand) !important;
  background: transparent !important;
  box-shadow: none !important;
}
