@import "tailwindcss";
@plugin "daisyui";
@plugin "@tailwindcss/typography";

@source "../../Pages/**/*.cshtml";

[data-theme="runit"] {
  color-scheme: light;
  --color-base-100: oklch(98.5% 0.002 250);
  --color-base-200: oklch(96% 0.004 250);
  --color-base-300: oklch(92% 0.006 250);
  --color-base-content: oklch(25% 0.02 260);

  --color-primary: oklch(65% 0.19 35);
  --color-primary-content: oklch(100% 0 0);

  --color-secondary: oklch(30% 0.03 270);
  --color-secondary-content: oklch(95% 0.01 270);

  --color-accent: oklch(72% 0.15 145);
  --color-accent-content: oklch(100% 0 0);

  --color-neutral: oklch(25% 0.02 260);
  --color-neutral-content: oklch(95% 0.01 260);

  --color-info: oklch(62% 0.14 250);
  --color-info-content: oklch(100% 0 0);

  --color-success: oklch(65% 0.17 155);
  --color-success-content: oklch(100% 0 0);

  --color-warning: oklch(75% 0.16 70);
  --color-warning-content: oklch(20% 0.02 70);

  --color-error: oklch(60% 0.2 25);
  --color-error-content: oklch(100% 0 0);

  --radius-selector: 0.375rem;
  --radius-field: 0.5rem;
  --radius-box: 0.75rem;
  --size-selector: 0.25rem;
  --size-field: 0.25rem;
  --border: 1px;
  --depth: 1;
  --noise: 0;
}
