/* ----------------------------------------- POPPINS ----------------------------------------- */

@font-face {
    font-family: 'PoppinsThin';
    src: url('./../../fonts/poppins/Poppins-Thin.woff2') format('woff2'),
        url('./../../fonts/poppins/Poppins-Thin.woff') format('woff'),
        url('./../../fonts/poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsExtraLight';
    src: url('./../../fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),
        url('./../../fonts/poppins/Poppins-ExtraLight.woff') format('woff'),
        url('./../../fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('./../../fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('./../../fonts/poppins/Poppins-Light.woff') format('woff'),
        url('./../../fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('./../../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('./../../fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('./../../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('./../../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('./../../fonts/poppins/Poppins-Medium.woff') format('woff'),
        url('./../../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('./../../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('./../../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
        url('./../../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('./../../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('./../../fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('./../../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'PoppinsBoldItalic';
    src: url('./../../fonts/poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsExtraBold';
    src: url('./../../fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
        url('./../../fonts/poppins/Poppins-ExtraBold.woff') format('woff'),
        url('./../../fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsBlack';
    src: url('./../../fonts/poppins/Poppins-Black.woff2') format('woff2'),
        url('./../../fonts/poppins/Poppins-Black.woff') format('woff'),
        url('./../../fonts/poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* ----------------------------------------- ENERGIZE ----------------------------------------- */

@font-face {
    font-family: 'EnergizeThin';
    src: url('./../../fonts/energize/Energize-Thin.woff2') format('woff2'),
        url('./../../fonts/energize/Energize-Thin.woff') format('woff'),
        url('./../../fonts/energize/Energize-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'energizeExtraLight';
    src: url('./../../fonts/energize/Energize-Regular.woff2') format('woff2'),
        url('./../../fonts/energize/Energize-Regular.woff') format('woff'),
        url('./../../fonts/energize/Energize-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EnergizeBold';
    src: url('./../../fonts/energize/Energize-Bold.woff2') format('woff2'),
        url('./../../fonts/energize/Energize-Bold.woff') format('woff'),
        url('./../../fonts/energize/Energize-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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

@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: bold;
    font-style: normal;
}