@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
:root{--site-primary:#2d5a27;--site-hover:#4a7c44;--site-bg:#f7fafc}
body,html{font-family:'Inter',system-ui,sans-serif!important}
h1,h2,h3,h4,h5,h6{font-family:'Inter',system-ui,sans-serif!important}
.bg-\[\#2d5a27\]{background-color:#2d5a27!important}
.hover\:bg-\[\#4a7c44\]:hover{background-color:#4a7c44!important}
.text-\[\#2d5a27\]{color:#2d5a27!important}
.border-\[\#2d5a27\]{border-color:#2d5a27!important}
.hover\:text-\[\#2d5a27\]:hover{color:#2d5a27!important}
.hover\:bg-\[\#2d5a27\]:hover{background-color:#2d5a27!important}
.text-emerald-600{color:#2d5a27!important}
.bg-emerald-600{background-color:#2d5a27!important}
.hover\:bg-emerald-700:hover{background-color:#4a7c44!important}
footer{background-color:#f7fafc!important}
a.rounded-full,button.rounded-full{border-radius:9999px!important}
