
:root {

  --background: oklch(0.9851 0.0051 56.3628);
  --foreground: oklch(0.2478 0.0428 53.1490);
  --card: oklch(0.9926 0.0025 56.3998);
  --card-foreground: oklch(0.2478 0.0428 53.1490);
  --popover: oklch(0.9926 0.0025 56.3998);
  --popover-foreground: oklch(0.2478 0.0428 53.1490);
  --primary: oklch(0.7250 0.1560 44.2852);
  --primary-foreground: oklch(0.9851 0.0051 56.3628);
  --secondary: oklch(0.8626 0.0958 77.0759);
  --secondary-foreground: oklch(0.3385 0.0653 52.3495);
  --muted: oklch(0.9546 0.0064 56.3410);
  --muted-foreground: oklch(0.5632 0.0555 54.9895);
  --accent: oklch(0.9597 0.0194 46.6365);
  --accent-foreground: oklch(0.4524 0.1349 40.4850);
  --destructive: oklch(0.6356 0.2082 25.3782);
  --destructive-foreground: oklch(0.9848 0 0);
  --border: oklch(0.9243 0.0130 56.2394);
  --input: oklch(0.9395 0.0104 56.2815);
  --ring: oklch(0.7250 0.1560 44.2852);

}

body {
  letter-spacing: 0.01em;
}
