@import"tailwindcss";@custom-variant dark (&:where(.dark,.dark *));@theme inline{ --color-background: hsl(40 33% 98%); --color-foreground: hsl(30 8% 12%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(30 8% 12%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(30 8% 12%); --color-primary: hsl(30 8% 10%); --color-primary-foreground: hsl(40 33% 98%); --color-secondary: hsl(38 30% 92%); --color-secondary-foreground: hsl(30 8% 12%); --color-muted: hsl(38 25% 94%); --color-muted-foreground: hsl(30 6% 42%); --color-accent: hsl(40 45% 88%); --color-accent-foreground: hsl(30 8% 12%); --color-destructive: hsl(0 72% 44%); --color-destructive-foreground: hsl(40 33% 98%); --color-border: hsl(36 18% 87%); --color-input: hsl(36 18% 87%); --color-ring: hsl(38 45% 55%); --color-ivory: hsl(40 40% 97%); --color-beige: hsl(36 30% 90%); --color-champagne: hsl(38 48% 62%); --color-champagne-dark: hsl(36 40% 46%); --color-matte: hsl(30 6% 9%); --radius-sm: .125rem; --radius-md: .25rem; --radius-lg: .375rem; --font-sans: "Jost", ui-sans-serif, system-ui, sans-serif; --font-display: "Marcellus", ui-serif, Georgia, serif; }:root{--radius: .25rem}.dark{--color-background: hsl(30 7% 8%);--color-foreground: hsl(40 24% 94%);--color-card: hsl(30 7% 11%);--color-card-foreground: hsl(40 24% 94%);--color-popover: hsl(30 7% 11%);--color-popover-foreground: hsl(40 24% 94%);--color-primary: hsl(40 30% 94%);--color-primary-foreground: hsl(30 7% 9%);--color-secondary: hsl(30 6% 16%);--color-secondary-foreground: hsl(40 24% 94%);--color-muted: hsl(30 6% 15%);--color-muted-foreground: hsl(38 10% 65%);--color-accent: hsl(36 18% 20%);--color-accent-foreground: hsl(40 30% 94%);--color-border: hsl(30 6% 20%);--color-input: hsl(30 6% 20%)}@layer base{*{border-color:var(--color-border)}body{background-color:var(--color-background);color:var(--color-foreground);font-family:var(--font-sans);font-weight:300;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400}::selection{background:var(--color-champagne);color:#fff}}@utility glass{backdrop-filter: blur(18px); background: rgba(255,255,255,.72); border-bottom: 1px solid rgba(0,0,0,.06); .dark & {background: rgba(20,19,18,.7); border-bottom: 1px solid rgba(255,255,255,.08);}}@utility gold-line{background-image: linear-gradient(90deg,transparent,var(--color-champagne),transparent);}@utility link-underline{position: relative; &::after {content: ""; position: absolute; left: 0; bottom: -3px; height: 1px; width: 0; background: var(--color-champagne); transition: width .35s ease;} &:hover::after {width: 100%;}}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slow-zoom{0%{transform:scale(1.06)}to{transform:scale(1)}}
