@import "tailwindcss";
@plugin 'daisyui';
@plugin "daisyui/theme" {
name: "beyond";
default: true;
prefersdark: false;
color-scheme: "light";
--color-base-100: oklch(100% 0 0);
--color-base-200: oklch(98% 0 0);
--color-base-300: oklch(95% 0 0);
--color-base-content: oklch(21% 0.006 285.885);
--color-primary: oklch(63.71% 0.1677 8.88);
--color-primary-content: oklch(96% 0.015 12.422);
--color-secondary: oklch(78% 0.115 274.713);
--color-secondary-content: oklch(25% 0.09 281.288);
--color-accent: oklch(94% 0.129 101.54);
--color-accent-content: oklch(28% 0.066 53.813);
--color-neutral: oklch(92% 0.003 48.717);
--color-neutral-content: oklch(0% 0 0);
--color-info: oklch(82% 0.119 306.383);
--color-info-content: oklch(12% 0.042 264.695);
--color-success: oklch(69% 0.17 162.48);
--color-success-content: oklch(26% 0.051 172.552);
--color-warning: oklch(75% 0.183 55.934);
--color-warning-content: oklch(26% 0.079 36.259);
--color-error: oklch(50% 0.213 27.518);
--color-error-content: oklch(93% 0.032 17.717);
--radius-selector: 0.5rem;
--radius-field: 0.25rem;
--radius-box: 0rem;
--size-selector: 0.25rem;
--size-field: 0.28125rem;
--border: 1px;
--depth: 0;
--noise: 0;
}
@plugin "daisyui/theme" {
name: "beyond-dark";
default: false;
prefersdark: true;
color-scheme: "dark";
--color-base-100: oklch(26% 0.007 34.298);
--color-base-200: oklch(21% 0.006 56.043);
--color-base-300: oklch(37% 0 0);
--color-base-content: oklch(96% 0.001 286.375);
--color-primary: oklch(63.71% 0.1677 8.88);
--color-primary-content: oklch(96% 0.015 12.422);
--color-secondary: oklch(78% 0.115 274.713);
--color-secondary-content: oklch(25% 0.09 281.288);
--color-accent: oklch(94% 0.129 101.54);
--color-accent-content: oklch(28% 0.066 53.813);
--color-neutral: oklch(14% 0.005 285.823);
--color-neutral-content: oklch(92% 0.004 286.32);
--color-info: oklch(83% 0.145 321.434);
--color-info-content: oklch(13% 0.028 261.692);
--color-success: oklch(90% 0.093 164.15);
--color-success-content: oklch(26% 0.051 172.552);
--color-warning: oklch(83% 0.128 66.29);
--color-warning-content: oklch(26% 0.079 36.259);
--color-error: oklch(63% 0.237 25.331);
--color-error-content: oklch(93% 0.032 17.717);
--radius-selector: 0.5rem;
--radius-field: 0.25rem;
--radius-box: 0rem;
--size-selector: 0.25rem;
--size-field: 0.28125rem;
--border: 1px;
--depth: 0;
--noise: 0;
}