@import "tailwindcss";

/* @source "../../../node_modules/preline/dist/*.js"; */

@plugin "@tailwindcss/typography";
@plugin "@tailwindcss/forms";

/* 
@plugin "daisyui" {
    themes: light --default
} */

@layer base {
    :root {
        --border: 214.3 31.8% 91.4%;
        --input: 214.3 31.8% 91.4%;
        --ring: 222.2 84% 4.9%;
        --background: 0 0% 100%;
        --foreground: 222.2 84% 4.9%;
        --primary: 222.2 47.4% 11.2%;
        --primary-foreground: 210 40% 98%;
        --secondary: 210 40% 96%;
        --secondary-foreground: 222.2 84% 4.9%;
        --destructive: 0 84.2% 60.2%;
        --destructive-foreground: 210 40% 98%;
        --muted: 210 40% 96%;
        --muted-foreground: 215.4 16.3% 46.9%;
        --accent: 210 40% 96%;
        --accent-foreground: 222.2 84% 4.9%;
        --popover: 0 0% 100%;
        --popover-foreground: 222.2 84% 4.9%;
        --card: 0 0% 100%;
        --card-foreground: 222.2 84% 4.9%;
    }
}

/* DaisyUI Color Customizations */
@layer components {
    [data-theme="light"] {
        --p: 221 83% 53%;
        /* primary */
        --s: 262 83% 58%;
        /* secondary */
        --a: 142 76% 36%;
        /* accent */
        --n: 220 9% 46%;
        /* neutral */
        --b1: 0 0% 100%;
        /* base-100 */
        --b2: 0 0% 96%;
        /* base-200 */
        --b3: 0 0% 90%;
        /* base-300 */
        --bc: 220 13% 18%;
        /* base-content */
    }
}