@font-face {
    font-family: "Poppins";
    font-display: swap;
    src: url("../fonts/Poppins-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    font-display: swap;
    src: url("../fonts/Quicksand-Regular.woff2") format("woff2"),
        url("../fonts/Quicksand-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "roboto";
    font-display: swap;
    src: url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    font-display: swap;
    src: url("../fonts/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    font-display: swap;
    src: url("../fonts/Poppins-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

p,
span,
input,
.post-detail-content,
li a,
.show a,
.lp-grid-box-description ul,
.chosen-container,
.accordion-title,
.lp-grid-box-bottom a,
time,
label,
#input-dropdown li a,
#input-dropdown span {
    font-family: "Quicksand", sans-serif;
}