/* nymeria website theme: zaia */
:root {
  --background: oklch(1 0 0);
  --foreground: oklch(0.278 0.012 248.2);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.278 0.012 248.2);
  --primary: oklch(0.568 0.160 149.0);
  --primary-foreground: oklch(0.99 0 0);
  --accent: oklch(0.979 0.021 158.6);
  --accent-foreground: oklch(0.40 0.12 149.0);
  --muted: oklch(0.968 0.007 247.9);
  --muted-foreground: oklch(0.554 0.041 257.4);
  --border: oklch(0.929 0.013 255.5);
  --input: oklch(0.929 0.013 255.5);
  --ring: oklch(0.663 0.117 183.1);
  --radius: 0.75rem;
}
.dark {
  --background: oklch(0.193 0.010 173.0);
  --foreground: oklch(0.96 0.005 170);
  --card: oklch(0.237 0.015 166.2);
  --card-foreground: oklch(0.96 0.005 170);
  --primary: oklch(0.678 0.180 150.6);
  --primary-foreground: oklch(0.15 0.02 160);
  --accent: oklch(0.261 0.046 156.8);
  --accent-foreground: oklch(0.88 0.08 155);
  --muted: oklch(0.237 0.015 166.2);
  --muted-foreground: oklch(0.72 0.02 200);
  --border: oklch(0.315 0.021 161.4);
  --input: oklch(0.315 0.021 161.4);
  --ring: oklch(0.663 0.117 183.1);
}