@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Jost:wght@300;400;500&display=swap";:root{--color-primary: #1E3A20;--color-accent: #C9B99A;--color-accent-light: #EBE5D8;--color-success: #7B9E7B;--color-warning: #C4784A;--color-bg: #F7F3EC;--color-bg-card: #FFFFFF;--color-border: #E4DDCE;--color-text: #1A1A1A;--color-text-muted: #6B8F5E;--font-serif: "Cormorant Garamond", serif;--font-sans: "Jost", sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-pill: 30px;--text-micro: 10px;--text-small: 12px;--text-body: 13px;--text-card: 17px;--text-sub: 24px;--text-display: 32px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}@media (max-width: 480px){.grid-3{grid-template-columns:repeat(2,1fr)!important}.grid-3-force-1{grid-template-columns:1fr!important}}
