@font-face {
    font-family: "Helvetica";
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    src: url("../fonts/HelveticaLTStd-Light.otf") format("opentype");
}

@font-face {
    font-family: "Helvetica";
    font-weight: bold;
    font-style: normal;
    font-display: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    src: url("../fonts/HelveticaLTStd-Roman.otf") format("opentype");
}