153 lines
4.4 KiB
CSS
153 lines
4.4 KiB
CSS
@import "tailwindcss";
|
|
@import "tw-animate-css";
|
|
@import "shadcn/tailwind.css";
|
|
|
|
@custom-variant dark (&:is(.dark *));
|
|
|
|
@theme inline {
|
|
--color-background: var(--background);
|
|
--color-foreground: var(--foreground);
|
|
--font-sans: var(--font-golos);
|
|
--font-mono: var(--font-mono);
|
|
--font-heading: var(--font-unbounded);
|
|
|
|
--color-pine: var(--pine);
|
|
--color-turquoise: var(--turquoise);
|
|
--color-shutter: var(--shutter);
|
|
--color-gold: var(--gold);
|
|
--color-bougainvillea: var(--bougainvillea);
|
|
--color-stone: var(--stone);
|
|
--color-stone-deep: var(--stone-deep);
|
|
--color-paper: var(--paper);
|
|
--color-ink: var(--ink);
|
|
|
|
--color-sidebar-ring: var(--sidebar-ring);
|
|
--color-sidebar-border: var(--sidebar-border);
|
|
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
--color-sidebar-accent: var(--sidebar-accent);
|
|
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
--color-sidebar-primary: var(--sidebar-primary);
|
|
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
--color-sidebar: var(--sidebar);
|
|
--color-chart-5: var(--chart-5);
|
|
--color-chart-4: var(--chart-4);
|
|
--color-chart-3: var(--chart-3);
|
|
--color-chart-2: var(--chart-2);
|
|
--color-chart-1: var(--chart-1);
|
|
--color-ring: var(--ring);
|
|
--color-input: var(--input);
|
|
--color-border: var(--border);
|
|
--color-destructive: var(--destructive);
|
|
--color-accent-foreground: var(--accent-foreground);
|
|
--color-accent: var(--accent);
|
|
--color-muted-foreground: var(--muted-foreground);
|
|
--color-muted: var(--muted);
|
|
--color-secondary-foreground: var(--secondary-foreground);
|
|
--color-secondary: var(--secondary);
|
|
--color-primary-foreground: var(--primary-foreground);
|
|
--color-primary: var(--primary);
|
|
--color-popover-foreground: var(--popover-foreground);
|
|
--color-popover: var(--popover);
|
|
--color-card-foreground: var(--card-foreground);
|
|
--color-card: var(--card);
|
|
--radius-sm: calc(var(--radius) * 0.6);
|
|
--radius-md: calc(var(--radius) * 0.8);
|
|
--radius-lg: var(--radius);
|
|
--radius-xl: calc(var(--radius) * 1.4);
|
|
--radius-2xl: calc(var(--radius) * 1.8);
|
|
--radius-3xl: calc(var(--radius) * 2.2);
|
|
--radius-4xl: calc(var(--radius) * 2.6);
|
|
}
|
|
|
|
:root {
|
|
--stone: #EDEEE3;
|
|
--stone-deep: #E2E4D5;
|
|
--pine: #123238;
|
|
--turquoise: #2E9C9A;
|
|
--shutter: #4F7C93;
|
|
--gold: #E8A23D;
|
|
--bougainvillea: #E85D6E;
|
|
--ink: #21231F;
|
|
--paper: #FBFAF6;
|
|
|
|
/* shadcn mappings */
|
|
--background: var(--stone);
|
|
--foreground: var(--ink);
|
|
--card: var(--paper);
|
|
--card-foreground: var(--ink);
|
|
--popover: var(--paper);
|
|
--popover-foreground: var(--ink);
|
|
--primary: var(--pine);
|
|
--primary-foreground: var(--stone);
|
|
--secondary: var(--turquoise);
|
|
--secondary-foreground: var(--paper);
|
|
--muted: var(--stone-deep);
|
|
--muted-foreground: var(--shutter);
|
|
--accent: var(--turquoise);
|
|
--accent-foreground: var(--paper);
|
|
--destructive: oklch(0.577 0.245 27.325);
|
|
--border: rgba(18, 50, 56, 0.08);
|
|
--input: rgba(18, 50, 56, 0.08);
|
|
--ring: var(--turquoise);
|
|
|
|
--chart-1: oklch(0.87 0 0);
|
|
--chart-2: oklch(0.556 0 0);
|
|
--chart-3: oklch(0.439 0 0);
|
|
--chart-4: oklch(0.371 0 0);
|
|
--chart-5: oklch(0.269 0 0);
|
|
--radius: 0.75rem;
|
|
|
|
--sidebar: var(--paper);
|
|
--sidebar-foreground: var(--ink);
|
|
--sidebar-primary: var(--pine);
|
|
--sidebar-primary-foreground: var(--stone);
|
|
--sidebar-accent: var(--stone);
|
|
--sidebar-accent-foreground: var(--pine);
|
|
--sidebar-border: rgba(18, 50, 56, 0.08);
|
|
--sidebar-ring: var(--turquoise);
|
|
}
|
|
|
|
.dark {
|
|
--background: #123238;
|
|
--foreground: #EDEEE3;
|
|
--card: #21231F;
|
|
--card-foreground: #EDEEE3;
|
|
--popover: #21231F;
|
|
--popover-foreground: #EDEEE3;
|
|
--primary: #2E9C9A;
|
|
--primary-foreground: #123238;
|
|
--secondary: #4F7C93;
|
|
--secondary-foreground: #EDEEE3;
|
|
--muted: #123238;
|
|
--muted-foreground: #4F7C93;
|
|
--accent: #2E9C9A;
|
|
--accent-foreground: #123238;
|
|
--destructive: oklch(0.704 0.191 22.216);
|
|
--border: rgba(237, 238, 227, 0.1);
|
|
--input: rgba(237, 238, 227, 0.1);
|
|
--ring: #2E9C9A;
|
|
|
|
--sidebar: #21231F;
|
|
--sidebar-foreground: #EDEEE3;
|
|
--sidebar-primary: #2E9C9A;
|
|
--sidebar-primary-foreground: #123238;
|
|
--sidebar-accent: #123238;
|
|
--sidebar-accent-foreground: #EDEEE3;
|
|
--sidebar-border: rgba(237, 238, 227, 0.1);
|
|
--sidebar-ring: #2E9C9A;
|
|
}
|
|
|
|
@layer base {
|
|
* {
|
|
@apply border-border outline-ring/50;
|
|
}
|
|
body {
|
|
@apply bg-background text-foreground;
|
|
}
|
|
html {
|
|
@apply font-sans;
|
|
}
|
|
h1, h2, h3, h4, h5, h6 {
|
|
@apply font-heading;
|
|
}
|
|
} |