@font-face {
    font-family: "Regular";
    src: url('fonts/en/HelveticaNeue-Light.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: "Medium";
    src: url('fonts/en/HelveticaNeueMedium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: "Bold";
    src: url('fonts/en/Helvetica Neu Bold.ttf') format('truetype');
    font-weight: 700;
}
