:root {
  --primary: oklch(0.64 0.23 37.1);
}

body {
  background-color: var(--primary);
}
