/** HelveticaNeue Light **/
@font-face {
    font-family: "esp-text";
    font-weight: 300;
    font-style: normal;
    src: url("HelveticaNeue-Light.woff2") format("woff2"),
         url("HelveticaNeue-Light.woff") format("woff");
}

/** HelveticaNeue Medium **/
@font-face {
    font-family: "esp-text";
    font-weight: 400;
    font-style: normal;
    src: url("HelveticaNeue-Medium.woff2") format("woff2"),
         url("HelveticaNeue-Medium.woff") format("woff");
}

/** HelveticaNeue Bold **/
@font-face {
    font-family: "esp-text";
    font-weight: 700;
    font-style: normal;
    src: url("HelveticaNeue-Bold.woff2") format("woff2"),
         url("HelveticaNeue-Bold.woff") format("woff");
}
