:root {
  --radius: 0.25rem;

  --velvet: oklch(0.17 0.05 310);
  --plum: oklch(0.25 0.08 318);
  --wine: oklch(0.32 0.1 340);
  --glow: oklch(0.42 0.1 340);
  --brass: oklch(0.74 0.11 85);
  --brasslight: oklch(0.85 0.09 88);
  --cream: oklch(0.93 0.02 80);
  --ash: oklch(0.68 0.03 340);

  --font-serif: "Cormorant Garamond", serif;
  --font-sans: "Jost", sans-serif;

  --container-max: 80rem;
  --container-pad: 1.5rem;
}

@media (min-width: 1024px) {
  :root {
    --container-pad: 2.5rem;
  }
}
