@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(215 30% 14%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 30% 14%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 30% 14%); --color-primary: hsl(214 62% 21%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(210 30% 95%); --color-secondary-foreground: hsl(214 62% 21%); --color-muted: hsl(210 28% 96%); --color-muted-foreground: hsl(215 16% 42%); --color-accent: hsl(160 62% 30%); --color-accent-foreground: hsl(150 40% 97%); --color-destructive: hsl(0 72% 44%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(214 22% 88%); --color-input: hsl(214 22% 88%); --color-ring: hsl(214 62% 21%); --color-navy-50: hsl(214 45% 96%); --color-navy-100: hsl(214 42% 90%); --color-navy-500: hsl(214 55% 32%); --color-navy-700: hsl(214 60% 22%); --color-navy-900: hsl(215 64% 12%); --color-emerald-brand: hsl(160 62% 34%); --color-emerald-soft: hsl(160 45% 92%); --color-gold: hsl(41 68% 52%); --color-gold-soft: hsl(41 70% 94%); --color-silver: hsl(214 16% 74%); --color-charcoal: hsl(215 18% 24%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(215 20% 26%); --color-sidebar-primary: hsl(214 62% 21%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(210 28% 96%); --color-sidebar-accent-foreground: hsl(214 62% 21%); --color-sidebar-border: hsl(214 22% 88%); --color-sidebar-ring: hsl(160 62% 34%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif; --font-display: "Archivo", "IBM Plex Sans", ui-sans-serif, sans-serif; --font-quote: "Newsreader", Georgia, serif; }:root{--radius: .375rem;scroll-behavior:smooth}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:var(--font-sans);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em}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}}@layer utilities{.bf-rule{background-image:linear-gradient(90deg,var(--color-gold) 0 2.5rem,var(--color-border) 2.5rem 100%);height:2px}.bf-glass{background:color-mix(in srgb,white 78%,transparent);backdrop-filter:blur(14px)}@keyframes bf-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.bf-rise{animation:bf-rise .7s cubic-bezier(.22,1,.36,1) both}}
