:root {
  --color-background: #ffde59;
  --color-text: #000000;
  --color-text-muted: rgba(0, 0, 0, 0.65);
  --color-button-bg: #000000;
  --color-button-text: #ffde59;
  --color-input-border: rgba(0, 0, 0, 0.25);
  --font-display: "Fraunces", Georgia, serif;
}
