@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#5fa654;--primary-dark:#4d8844;--primary-light:#7ab470;--accent-color:#5fa654;--secondary-color:#2f6b5f;--text-primary:#1a1a1a;--text-secondary:#555;--text-muted:#888;--bg-primary:#fff;--bg-secondary:#eef8f6;--bg-dark:#2f6b5f;--border-color:#d4e8e4;--success-color:#10b981;--error-color:#dc2626;--warning-color:#f59e0b}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.3}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#eef8f6}::-webkit-scrollbar-thumb{background:#5fa654;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4d8844}
