/* ----------------------------------------- FABYEN ----------------------------------------- */


@font-face {
    font-family: 'FabyenLight';
    src: url('./../../fonts/fabyen/Fabyen-Light.woff2') format('woff2'),
        url('./../../fonts/fabyen/Fabyen-Light.woff') format('woff'),
        url('./../../fonts/fabyen/Fabyen-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'FabyenRegular';
    src: url('./../../fonts/fabyen/Fabyen-regular.woff2') format('woff2'),
        url('./../../fonts/fabyen/Fabyen-regular.woff') format('woff'),
        url('./../../fonts/fabyen/Fabyen-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FabyenBold';
    src: url('./../../fonts/fabyen/Fabyen-Bold.woff2') format('woff2'),
        url('./../../fonts/fabyen/Fabyen-Bold.woff') format('woff'),
        url('./../../fonts/fabyen/Fabyen-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


/* ----------------------------------------- ROBOTO ----------------------------------------- */


@font-face {
    font-family: 'RobotoRegular';
    src: url('./../../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
    url('./../../fonts/roboto/Roboto-Regular.woff') format('woff'),
    url('./../../fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('./../../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
    url('./../../fonts/roboto/Roboto-Bold.woff') format('woff'),
    url('./../../fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('./../../fonts/roboto/Roboto-Black.woff2') format('woff2'),
        url('./../../fonts/roboto/Roboto-Black.woff') format('woff'),
        url('./../../fonts/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}