
:root {
  --background: oklch(1 0 0);
  --foreground: oklch(0 0 0);

  --card: oklch(0.9777 0.0187 96.8597);
  --card-foreground: oklch(0 0 0);

  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.1450 0 0);

  --primary: oklch(0.8432 0.1670 93.6505);
  --primary-foreground: oklch(1 0 0);

  --secondary: oklch(0.7645 0.1473 91.3434);
  --secondary-foreground: oklch(0 0 0);

  --muted: oklch(0.8432 0.1670 93.6505);
  --muted-foreground: oklch(0.3441 0.0099 17.6427);

  --accent: oklch(1 0 0);
  --accent-foreground: oklch(0.8432 0.1670 93.6505);

  --border: oklch(0.8432 0.1670 93.6505);
  --input: oklch(0.8432 0.1670 93.6505);
  --ring: oklch(0.0969 0 0);

  --font-sans: "Alan Sans", ui-sans-serif, system-ui, sans-serif;
  --font-serif: "Abhaya Libre", ui-serif, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;

  --radius: 0.625rem;
}

.dark {
  --background: oklch(0.1450 0 0);
  --foreground: oklch(0.9850 0 0);

  --card: oklch(0.8022 0.1598 92.2384);
  --card-foreground: oklch(0.9850 0 0);

  --popover: oklch(0.2690 0 0);
  --popover-foreground: oklch(0.9850 0 0);

  --primary: oklch(0.8022 0.1598 92.2384);
  --primary-foreground: oklch(0.2050 0 0);

  --secondary: oklch(0.8022 0.1598 92.2384);
  --secondary-foreground: oklch(0.9850 0 0);

  --muted: oklch(0.8022 0.1598 92.2384);
  --muted-foreground: oklch(0.7080 0 0);

  --accent: oklch(0.3710 0 0);
  --accent-foreground: oklch(0.9850 0 0);

  --border: oklch(0.8022 0.1598 92.2384);
  --input: oklch(0.8022 0.1598 92.2384);
  --ring: oklch(0.5560 0 0);
}
