/* Local self-hosted fonts (no Google CDN) */

/* Lato */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin_latin-ext-300.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin_latin-ext-regular.woff2") format("woff2");
}

/* Lato has no 600 in the family — map SemiBold to Bold file */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin_latin-ext-700.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin_latin-ext-700.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin_latin-ext-italic.woff2") format("woff2");
}

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

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

@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/cormorant-garamond/cormorant-garamond-v21-cyrillic_latin_latin-ext-700.woff2") format("woff2");
}

/* Manrope */
@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/manrope/manrope-v20-cyrillic_latin_latin-ext-500.woff2") format("woff2");
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/manrope/manrope-v20-cyrillic_latin_latin-ext-600.woff2") format("woff2");
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/manrope/manrope-v20-cyrillic_latin_latin-ext-700.woff2") format("woff2");
}
