Deploy
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@theme {
|
||||
--color-background: oklch(0.972 0.012 114);
|
||||
--color-foreground: oklch(0.152 0.045 112);
|
||||
--color-card: oklch(0.967 0.024 96);
|
||||
--color-card-foreground: oklch(0.152 0.045 112);
|
||||
--color-primary: oklch(0.59 0.127 112);
|
||||
--color-primary-foreground: oklch(1 0 0);
|
||||
--color-secondary: oklch(0.50 0.09 47);
|
||||
--color-secondary-foreground: oklch(1 0 0);
|
||||
--color-accent: oklch(0.967 0.024 96);
|
||||
--color-accent-foreground: oklch(0.152 0.045 112);
|
||||
--color-border: oklch(0.901 0.012 140);
|
||||
--color-input: oklch(0.901 0.012 140);
|
||||
--color-ring: oklch(0.59 0.127 112);
|
||||
|
||||
--radius: 0.75rem;
|
||||
--radius-sm: 0.5rem;
|
||||
--radius-md: 0.75rem;
|
||||
--radius-lg: 1rem;
|
||||
--radius-xl: 1.25rem;
|
||||
}
|
||||
|
||||
:root {
|
||||
--radius-sm: 8px;
|
||||
--radius-md: 12px;
|
||||
--radius-lg: 16px;
|
||||
--shadow-soft: 0 10px 24px rgba(60, 42, 26, 0.16);
|
||||
--shadow-deep: 0 24px 48px rgba(60, 42, 26, 0.22);
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
* {
|
||||
border-color: var(--color-border);
|
||||
outline-color: color-mix(in oklch, var(--color-ring), transparent 50%);
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--color-background);
|
||||
color: var(--color-foreground);
|
||||
font-feature-settings: "rlig" 1, "calt" 1;
|
||||
}
|
||||
|
||||
.font-heading {
|
||||
font-family: var(--font-fraunces), serif;
|
||||
}
|
||||
Reference in New Issue
Block a user