/*@theme {
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-card: var(--card);
    --color-card-foreground: var(--card-foreground);
    --color-popover: var(--popover);
    --color-popover-foreground: var(--popover-foreground);
    --color-primary: var(--primary);
    --color-primary-foreground: var(--primary-foreground);
    --color-secondary: var(--secondary);
    --color-secondary-foreground: var(--secondary-foreground);
    --color-muted: var(--muted);
    --color-muted-foreground: var(--muted-foreground);
    --color-accent: var(--accent);
    --color-accent-foreground: var(--accent-foreground);
    --color-destructive: var(--destructive);
    --color-border: var(--border);
    --color-input: var(--input);
    --color-ring: var(--ring);
}*/

:root {
    --background: oklch(1 0 0);
    --foreground: oklch(12.9% 0.042 264.695);
    --card: oklch(1 0 0);
    --card-foreground: oklch(12.9% 0.042 264.695);
    --popover: oklch(1 0 0);
    --popover-foreground: oklch(12.9% 0.042 264.695);
    --primary: oklch(0.488 0.243 264.376);
    --primary-foreground: oklch(0.97 0.014 254.604);
    --secondary: oklch(0.967 0.001 286.375);
    --secondary-foreground: oklch(27.9% 0.041 260.031);
    --muted: oklch(0.97 0 0);
    --muted-foreground: oklch(44.6% 0.043 257.281);
    --accent: oklch(97% 0.014 254.604);
    --accent-foreground: oklch(20.8% 0.042 265.755);
    --destructive: oklch(0.577 0.245 27.325);
    --border: oklch(92.9% 0.013 255.508);
    --input: oklch(1 0 0);
    /*--ring: oklch(0.708 0 0);*/
    --ring: oklch(44.6% 0.03 256.802); /* slate-600 */
    --chart-1: oklch(0.809 0.105 251.813);
    --chart-2: oklch(0.623 0.214 259.815);
    --chart-3: oklch(0.546 0.245 262.881);
    --chart-4: oklch(0.488 0.243 264.376);
    --chart-5: oklch(0.424 0.199 265.638);
    --radius: 0.45rem;
    --sidebar: oklch(98.4% 0.003 247.858);
    --sidebar-foreground: oklch(12.9% 0.042 264.695);
    --sidebar-primary: oklch(0.546 0.245 262.881);
    --sidebar-primary-foreground: oklch(0.97 0.014 254.604);
    --sidebar-accent: oklch(93.2% 0.032 255.585);
    --sidebar-accent-foreground: oklch(0.205 0 0);
    --sidebar-border: oklch(0.922 0 0);
    --sidebar-ring: oklch(70.4% 0.04 256.788);
}

.dark {
    --background: oklch(0.145 0 0);
    --foreground: oklch(0.985 0 0);
    --card: oklch(0.205 0 0);
    --card-foreground: oklch(0.985 0 0);
    --popover: oklch(0.205 0 0);
    --popover-foreground: oklch(0.985 0 0);
    --primary: oklch(0.424 0.199 265.638);
    --primary-foreground: oklch(0.97 0.014 254.604);
    --secondary: oklch(0.274 0.006 286.033);
    --secondary-foreground: oklch(0.985 0 0);
    --muted: oklch(0.269 0 0);
    --muted-foreground: oklch(0.708 0 0);
    --accent: oklch(0.269 0 0);
    --accent-foreground: oklch(0.985 0 0);
    --destructive: oklch(0.704 0.191 22.216);
    --border: oklch(1 0 0 / 10%);
    --input: oklch(1 0 0 / 15%);
    --ring: oklch(0.556 0 0);
    --chart-1: oklch(0.809 0.105 251.813);
    --chart-2: oklch(0.623 0.214 259.815);
    --chart-3: oklch(0.546 0.245 262.881);
    --chart-4: oklch(0.488 0.243 264.376);
    --chart-5: oklch(0.424 0.199 265.638);
    --sidebar: oklch(0.205 0 0);
    --sidebar-foreground: oklch(0.985 0 0);
    --sidebar-primary: oklch(0.623 0.214 259.815);
    --sidebar-primary-foreground: oklch(0.97 0.014 254.604);
    --sidebar-accent: oklch(0.269 0 0);
    --sidebar-accent-foreground: oklch(0.985 0 0);
    --sidebar-border: oklch(1 0 0 / 10%);
    --sidebar-ring: oklch(0.556 0 0);
}

/*
!!! RULES

Bold text: text-slate-600
Bold text -> hover: text-slate-500

icon: text-slate-700
icon -> hover: text-slate-600

buttons -> hover: bg-slate-50

a cards -> hover: bg-slate-50

button, input, textarea, select, cards with actions -> border: border-slate-300

secondary text : text-slate-600

custo -> focus: outline-none focus-visible:ring-slate-600/50 focus-visible:ring-3

*/
