/* Load Helvetica Neue Medium and Bold */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueRoman.otf') format('truetype');
    font-weight: 500; /* Medium weight */
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/HelveticaNeueBold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF;
}

/* Load Helvetica Light */
@font-face {
    font-family: 'Helvetica Light';
    src: url('../fonts/Helvetica Light Regular.otf') format('truetype');
    font-weight: 300; /* Light weight */
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF;
}

/* Load Roboto Regular */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular weight */
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF;
}

/* Load Roboto Light */
@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300; /* Regular weight */
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF;
}


/* Load Calibri Regular */
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri-regular.ttf') format('truetype');
    font-weight: 400; /* Regular weight */
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF;
}

/* Load Calibri Light */
@font-face {
    font-family: 'Calibri Light';
    src: url('../fonts/calibril.ttf') format('truetype');
    font-weight: 300; /* Light weight */
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF;
}