/**
 * Helvetica Neue - Fuentes locales del tema LogikAspol
 * Archivos en: wp-content/themes/LogikAspol/fonts/
 */

/* Helvetica Neue Roman (normal / 400) */
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"),
        url("../fonts/HelveticaNeue-Roman.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Helvetica Neue Light (300) */
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"),
        url("../fonts/HelveticaNeue-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Helvetica Neue Medium (500) */
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"),
        url("../fonts/HelveticaNeue-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Helvetica Neue Bold (700) */
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
        url("../fonts/HelveticaNeue-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
