/* @font-face {
    font-display: swap;
    font-family: 'Elektra-Light-Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../font/Elektra-Light-Pro.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'Elektra';
    font-weight: 700;
    src: url('../font/elektra-bold.woff2') format('woff2');
} 

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900; 
    src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
}
*/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto_Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}