:root {
  --bg: #ffffff;
  --fg: #000000;
  --muted: rgba(255, 255, 255, 0.75);
  --line: rgba(255, 255, 255, 0.12);
  --max: 1200px;

  --brand-red: #ec2029;
  --bs-primary: var(--brand-red);
  --bs-primary-rgb: 236, 32, 41;

  /* Dynamic footer background from Customizer */
  --footer-bg: none;
}
