/* @font-face {
font-family: 'light';
src: url("fontfabric - mullerlight.otf") format("opentype");
}

@font-face {
font-family: 'normal';
src: url("fontfabric - mullermedium.otf") format("opentype");
}

@font-face {
font-family: 'bold';
src: url("fontfabric - mullerbold.otf") format("opentype");
}

@font-face {
font-family: 'back';
src: url("fontfabric - mullerextrabold.otf") format("opentype");
} */

@font-face {
    font-family: 'bold';
    src: url('roboto/Roboto-Bold.woff2') format('woff2'),
        url('roboto/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'light';
    src: url('roboto/Roboto-Light.woff2') format('woff2'),
        url('roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'normal';
    src: url('roboto/Roboto-Regular.woff2') format('woff2'),
        url('roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'back';
    src: url('roboto/Roboto-Black.woff2') format('woff2'),
        url('roboto/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

