/*
Theme Name: Zamarco Blog
Author: Your Name
Version: 1.0
Description: A Zamarco WordPress theme with custom single-post layout.
*/

body {
    background-color: #fff;
    color: #000;
    font-family: var(--font-family-Axiforma);
    font-size: var(--fs-text);
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

#main-navigation li a{
    font-family: "Poppins", sans-serif;
}

.blog-grid-section .has-thumbnail img {
    height: 270px;
}