/* Helvetica Font Faces (TTF + WOFF only) */

@font-face {
    font-family: 'Helvetica';
    font-display: swap;
    src: url('helvetica-light.woff') format('woff'),
         url('helvetica-light.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    font-display: swap;
    src: url('helvetica-regular.woff') format('woff'),
         url('helvetica-regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    font-display: swap;
    src: url('helvetica-bold.woff') format('woff'),
         url('helvetica-bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
}
