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