:root {
    --primary-color: #68b84a; 
    --secondary-color: #1484b4; 
    --black-color:#000;
    --grey-color:#edefee;
    --primary-font: "Poppins", serif;
    --secondary-font: "Roboto", serif;
}
body {
    font-family: var(--secondary-font) !important;
}
.post, .page {
    margin: 0 0 0 !important;
}