@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--background:#fcfbf9;--foreground:#101418;--card:#fff;--card-foreground:#101418;--primary:#244b3a;--primary-foreground:#fff;--secondary:#f4f1ea;--secondary-foreground:#5e6975;--accent:#b88a44;--accent-foreground:#fff;--muted:#f8f3ea;--muted-foreground:#5e6975;--border:#e6e1d8;--input:#e6e1d8;--ring:#244b3a;--radius:.75rem;--sidebar-width:260px;--mobile-header-height:60px;--mobile-nav-height:72px}[data-theme=dark]{--background:#0c0f0d;--foreground:#fcfbf9;--card:#141a17;--card-foreground:#fcfbf9;--primary:#3d7a5f;--primary-foreground:#fff;--secondary:#1a231f;--secondary-foreground:#a0aec0;--accent:#d4a76a;--accent-foreground:#0c0f0d;--muted:#1a231f;--muted-foreground:#a0aec0;--border:#2a352f;--input:#2a352f;--ring:#3d7a5f}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;min-height:100%;color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .3s,color .3s;overflow-x:hidden}body{min-height:100svh}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff4d}[data-theme=dark] .glass{background:#141a17b3;border:1px solid #ffffff1a}.subtle-scroll::-webkit-scrollbar{width:6px;height:6px}.subtle-scroll::-webkit-scrollbar-track{background:0 0}.subtle-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.subtle-scroll::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}
