@import"tailwindcss";@theme inline{ --color-background: hsl(40 33% 97%); --color-foreground: hsl(30 8% 16%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(30 8% 16%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(30 8% 16%); --color-primary: hsl(28 10% 18%); --color-primary-foreground: hsl(40 40% 97%); --color-secondary: hsl(36 27% 91%); --color-secondary-foreground: hsl(28 12% 22%); --color-muted: hsl(38 24% 93%); --color-muted-foreground: hsl(30 7% 44%); --color-accent: hsl(96 12% 88%); --color-accent-foreground: hsl(105 14% 24%); --color-destructive: hsl(6 55% 45%); --color-destructive-foreground: hsl(40 40% 97%); --color-border: hsl(36 20% 87%); --color-input: hsl(36 20% 87%); --color-ring: hsl(105 12% 42%); --color-ivory: hsl(40 40% 98%); --color-beige: hsl(36 30% 90%); --color-sage: hsl(105 14% 42%); --color-sage-light: hsl(100 16% 72%); --color-walnut: hsl(24 26% 30%); --color-charcoal: hsl(28 10% 18%); --color-gold: hsl(38 45% 55%); --color-softgray: hsl(30 6% 62%); --color-sidebar-background: hsl(40 33% 97%); --color-sidebar-foreground: hsl(30 8% 26%); --color-sidebar-primary: hsl(28 10% 18%); --color-sidebar-primary-foreground: hsl(40 40% 97%); --color-sidebar-accent: hsl(36 27% 91%); --color-sidebar-accent-foreground: hsl(28 12% 22%); --color-sidebar-border: hsl(36 20% 87%); --color-sidebar-ring: hsl(105 12% 42%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Karla", ui-sans-serif, system-ui, sans-serif; --font-display: "Fraunces", ui-serif, Georgia, serif; }:root{--radius: .25rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-feature-settings:"kern","liga";-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;letter-spacing:-.01em}button:not(:disabled),[role=button]:not(:disabled):not([aria-disabled=true]),summary,select:not(:disabled),input:not(:disabled):is([type=checkbox],[type=radio],[type=submit],[type=button],[type=reset]){cursor:pointer}button:disabled,select:disabled,[role=button][aria-disabled=true],input:disabled:is([type=checkbox],[type=radio],[type=submit],[type=button],[type=reset]){cursor:not-allowed}:focus-visible{outline:2px solid var(--color-sage);outline-offset:2px}}@utility eyebrow{font-size: .6875rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600;}@keyframes tbe-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@utility animate-rise{animation: tbe-rise .8s cubic-bezier(.22,1,.36,1) both;}
