@font-face {
    font-family: 'Fontfabric';
    font-weight: 100;
    font-style: normal;
    src: url("../fonts/Fontfabric - MullerThin.otf");
}

@font-face {
    font-family: 'Fontfabric';
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/Fontfabric - MullerLight.otf");
}

@font-face {
    font-family: 'Fontfabric';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Fontfabric - MullerRegular.otf");
}

@font-face {
    font-family: 'Fontfabric';
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/Fontfabric - MullerMedium.otf");
}

@font-face {
    font-family: 'Fontfabric';
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Fontfabric - MullerBold.otf");
}

@font-face {
    font-family: 'Fontfabric';
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/Fontfabric - MullerExtraBold.otf");
}

@font-face {
    font-family: 'Fontfabric';
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/Fontfabric - MullerBlack.otf");
}