@tailwind base;@tailwind components;@tailwind utilities;:root{--icon-size:1.2rem;--icon-color:#8b5e3c;--text-color:#8b5e3c;--text-size:1.1rem;--acorn:#917049;--acorn-dark:#824634;--moonshadow:#28323e;--coral-bead:#d2503c;--evergreen:#575a41;--buckskin:#bea88c;--red-clay:#824634;--aspen-bark:#f6f2e4;--primary:var(--acorn);--primary-dark:var(--acorn-dark);--text-primary:var(--moonshadow);--text-secondary:var(--evergreen);--border:var(--buckskin);--background:white;--background-secondary:var(--aspen-bark);--error:var(--coral-bead)}*{box-sizing:border-box;padding:0}*,body{margin:0}body{padding-top:120px;background-color:var(--background);color:var(--text-primary)}body,html{height:100%}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto}[data-radix-popper-content-wrapper]{z-index:50!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-lora),Georgia,serif}@layer components{.h1{font-family:var(--font-lora),Georgia,serif;font-size:48px;line-height:1.1;font-weight:600}@screen xl{.h1{font-size:80px}}.h2{font-family:var(--font-lora),Georgia,serif;font-size:36px;line-height:1.1;font-weight:600}@screen xl{.h2{font-size:48px}}.h3{font-family:var(--font-lora),Georgia,serif;font-size:20px;line-height:1.1;font-weight:600}@screen xl{.h3{font-size:24px}}}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}