/**
 * @file theme.css
 * shadcn/ui-compatible theme variables for Pameeela.
 *
 * You can customize these values without rebuilding the compiled CSS.
 * Tools like https://tweakcn.com can help generate these values. Copy this
 * file to your web root, so it sits next to index.php, and clear Drupal's
 * cache. Then, any changes you make in this file should be reflected right away.
 */

:root {
  --background: oklch(1 0 0);
  --foreground: oklch(0.3 0.02 277.023);
  --card: oklch(0.967 0.003 264.542);
  --card-foreground: oklch(0.21 0.032 264.665);
  --primary: oklch(0.508 0.293 286.688);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.975 0.014 299.804);
  --secondary-foreground: oklch(0.28 0.041 260.329);
  --muted: oklch(0.967 0.003 264.542);
  --muted-foreground: oklch(0.51 0.016 285.832);
  --accent: oklch(0.917 0.047 301.532);
  --accent-foreground: var(--foreground);
  --destructive: oklch(0.6368 0.2078 25.3313);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.872 0.009 258.338);
  --input: oklch(0.872 0.009 258.338);
  --rainbow-red: #f41010;
  --rainbow-orange: #fa9e09;
  --rainbow-yellow: #fafa09;
  --rainbow-green: #0ae76f;
  --rainbow-blue: #0a6ae7;
  --rainbow-purple: #8400ff;
  --font-sans: "League Spartan", Arial, Helvetica, sans-serif;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-logo: "Doto", Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: "Fira Mono", "Menlo", "Consolas", "Liberation Mono", monospace;
  --font-body: "Outfit", Arial, Helvetica, sans-serif;
  --radius: 0.5rem;
}
