/* ==========================================================================
   Pizzas Watson — Tipografías locales
   ========================================================================== */

/* Poppins SemiBold */
@font-face {
    font-family: "Poppins";
    src:
        url("./poppins-latin-600-normal.woff2")
        format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

/* Poppins Bold */
@font-face {
    font-family: "Poppins";
    src:
        url("./poppins-latin-700-normal.woff2")
        format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

/* Poppins ExtraBold */
@font-face {
    font-family: "Poppins";
    src:
        url("./poppins-latin-800-normal.woff2")
        format("woff2");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

/* Manrope Variable */
@font-face {
    font-family: "Manrope";
    src:
        url("./manrope-latin-wght-normal.woff2")
        format("woff2");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}