@font-face {
    font-family: "Barlow-Regular";
    font-display: swap;
    src:  url("/fonts/Barlow-Regular.woff2") format("woff2"), 
        url("/fonts/Barlow-Regular.woff") format("woff");
    font-style: normal;
}
@font-face {
    font-family: "HelveticaNeue";
    font-display: swap;
    src:  url("/fonts/HelveticaNeue.woff2") format("woff2"), 
        url("/fonts/HelveticaNeue.woff") format("woff");
    font-style: normal;
}
@font-face {
    font-family: "HelveticaNeue-Light";
    font-display: swap;

    src:  url("/fonts/HelveticaNeue-Light.woff2") format("woff2"), 
        url("/fonts/HelveticaNeue-Light.woff") format("woff");

    font-style: normal;
}