@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 99%;--foreground: 0 0% 15%;--card: 0 0% 100%;--card-foreground: 0 0% 15%;--popover: 0 0% 100%;--popover-foreground: 0 0% 15%;--primary: 0 0% 15%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 95%;--secondary-foreground: 0 0% 15%;--muted: 0 0% 95%;--muted-foreground: 0 0% 40%;--accent: 210 40% 90%;--accent-foreground: 220 80% 30%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 90%;--input: 0 0% 90%;--ring: 0 0% 15%;--radius: .25rem}.dark{--background: 0 0% 7%;--foreground: 0 0% 98%;--card: 0 0% 10%;--card-foreground: 0 0% 98%;--popover: 0 0% 10%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 0 0% 7%;--secondary: 0 0% 15%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 15%;--muted-foreground: 0 0% 65%;--accent: 210 40% 15%;--accent-foreground: 210 40% 90%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 20%;--input: 0 0% 20%;--ring: 0 0% 98%;--radius: .25rem}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans;background-image:linear-gradient(to bottom,#00000003,#00000003)}h1,h2,h3,h4,h5,h6{@apply font-heading font-normal tracking-tight;}h1{@apply text-4xl sm:text-5xl lg:text-6xl font-medium;}h2{@apply text-3xl sm:text-4xl;}h3{@apply text-2xl sm:text-3xl;}a{@apply transition-colors;}p,li{@apply leading-relaxed text-lg;}.sr-only{@apply absolute w-px h-px p-0 -m-px overflow-hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}*:focus{outline:2px solid transparent;outline-offset:2px}*:focus-visible{@apply outline-2 outline-offset-2 outline-ring;}@media (prefers-contrast: high){:root{--muted-foreground: 0 0% 10%;--border: 0 0% 50%}.dark{--muted-foreground: 0 0% 90%;--border: 0 0% 50%}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}button,[role=button],input[type=submit],input[type=button],input[type=reset],select{min-height:44px;min-width:44px}a:not([class]){text-decoration:underline;text-underline-offset:.3em}label{cursor:pointer}table{border-collapse:collapse}th{text-align:left}}.container{@apply px-4 md:px-6;}.prose{@apply max-w-prose;}.prose a{@apply underline underline-offset-4;}.prose h2{@apply text-2xl font-medium mt-8 mb-4;}.prose h3{@apply text-xl font-medium mt-6 mb-3;}.prose p{@apply mb-4;}.prose ul{@apply mb-4 ml-6 list-disc;}.prose li{@apply mb-2;}.section{@apply py-16 md:py-24;}.fade-in{@apply animate-fade-in;}.focus-ring{@apply focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring;}
