:root {
  --gag-ink: #171725;
  --gag-paper: #fff7e6;
  --gag-paper-bright: #fffdf8;
  --gag-coral: #ff6b5e;
  --gag-aqua: #54ded4;
  --gag-shared-slate: #595968;
  --gag-yellow: #f7e764;
  --gag-violet: #7c68ff;
  --gag-font-display: Georgia, "Times New Roman", serif;
  --gag-font-interface: Inter, "Segoe UI", system-ui, sans-serif;
  --gag-radius-small: 16px;
  --gag-radius-medium: 26px;
  --gag-radius-large: 42px;
  --gag-outline: 3px solid var(--gag-ink);
  --gag-shadow: 10px 12px 0 var(--gag-ink);
}
