@import "./fonts.css";
@import "./components/form.css";
@import "./components/colors.css";

@import "tailwindcss";
@plugin "daisyui";

@plugin "daisyui/theme" {
    name: "RichardTemplate";
    default: true;
    prefersdark: false;
    color-scheme: "light";
    --color-richard-50: oklch(96.3% 0.01 79.5);
    --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(0% 0 0);
    --color-primary: oklch(0% 0 0);
    /*--color-primary: oklch(38.77% 0.201 263.90);*/
    --color-primary-content: oklch(98% 0.022 95.277);
    --color-secondary: oklch(0.61 0.1336 131.07);
    --color-secondary-content: oklch(100% 0 0);
    --color-accent: oklch(70% 0.14 182.503);
    --color-accent-content: oklch(98% 0.014 180.72);
    --color-neutral: oklch(0% 0 0);
    --color-neutral-content: oklch(100% 0 0);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(97% 0.014 254.604);
    --color-success: oklch(62% 0.194 149.214);
    --color-success-content: oklch(98% 0.018 155.826);
    --color-warning: oklch(0.79 0.1349 72.97);
    --color-warning-content: oklch(12% 0.042 264.695);
    --color-error: oklch(0.51 0.1885 26.33);
    --color-error-content: oklch(97% 0.013 17.38);
    --radius-selector: 0.25rem;
    --radius-field: 0.5rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 1;
}

@plugin "daisyui/theme" {
    name: "RichardTemplateDark";
    default: false;
    prefersdark: true;
    color-scheme: "dark";
    --color-base-100: oklch(18% 0 0); /* Dark background */
    --color-base-200: oklch(22% 0 0); /* Slightly lighter dark */
    --color-base-300: oklch(28% 0 0); /* Even lighter dark */
    --color-base-content: oklch(90% 0 0); /* Light text on dark background */
    /*--color-primary: oklch(68.18% 0.158 243.35); !* Adjusted primary for dark *!*/
    --color-primary: oklch(0% 0 0);
    --color-primary-content: oklch(98% 0.022 95.277); /* Primary content (light) */
    --color-secondary: oklch(0.68 0.15 131.07); /* Adjusted secondary for dark */
    --color-secondary-content: oklch(100% 0 0); /* Secondary content (light) */
    --color-accent: oklch(70% 0.14 182.503);
    --color-accent-content: oklch(98% 0.014 180.72);
    --color-neutral: oklch(10% 0 0); /* Dark neutral */
    --color-neutral-content: oklch(100% 0 0); /* Light neutral content */
    --color-info: oklch(78% 0.18 232.661); /* Adjusted info for dark */
    --color-info-content: oklch(97% 0.014 254.604); /* Info content (light) */
    --color-success: oklch(66% 0.21 149.214); /* Adjusted success for dark */
    --color-success-content: oklch(98% 0.018 155.826); /* Success content (light) */
    --color-warning: oklch(0.82 0.15 72.97); /* Adjusted warning for dark */
    --color-warning-content: oklch(12% 0.042 264.695); /* Warning content (dark) */
    --color-error: oklch(0.55 0.20 26.33); /* Adjusted error for dark */
    --color-error-content: oklch(97% 0.013 17.38); /* Error content (light) */
    --radius-selector: 0.25rem;
    --radius-field: 0.5rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 1;
}