/* Local font-face declarations with swap */

/* Cormorant Garamond */
@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/cormorant-garamond-regular.woff2") format("woff2"), url("../fonts/cormorant-garamond-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/cormorant-garamond-semibold.woff2") format("woff2"), url("../fonts/cormorant-garamond-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Poppins */
@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-regular.woff2") format("woff2"), url("../fonts/poppins-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-medium.woff2") format("woff2"), url("../fonts/poppins-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-semibold.woff2") format("woff2"), url("../fonts/poppins-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
