/*----- Roboto -----*/

    /* Thin */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-Thin.eot');
        src: url('Roboto-Thin.eot?#iefix') format('embedded-opentype'),
            url('Roboto-Thin.woff2') format('woff2'),
            url('Roboto-Thin.woff') format('woff'),
            url('Roboto-Thin.ttf') format('truetype'),
            url('Roboto-Thin.svg#Roboto-Thin') format('svg');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }
    /* Italic */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-ThinItalic.eot');
        src: url('Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
            url('Roboto-ThinItalic.woff2') format('woff2'),
            url('Roboto-ThinItalic.woff') format('woff'),
            url('Roboto-ThinItalic.ttf') format('truetype'),
            url('Roboto-ThinItalic.svg#Roboto-ThinItalic') format('svg');
        font-weight: 100;
        font-style: italic;
        font-display: swap;
    }

    /* Light */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-Light.eot');
        src: url('Roboto-Light.eot?#iefix') format('embedded-opentype'),
            url('Roboto-Light.woff2') format('woff2'),
            url('Roboto-Light.woff') format('woff'),
            url('Roboto-Light.ttf') format('truetype'),
            url('Roboto-Light.svg#Roboto-Light') format('svg');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    /* Italic */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-LightItalic.eot');
        src: url('Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
            url('Roboto-LightItalic.woff2') format('woff2'),
            url('Roboto-LightItalic.woff') format('woff'),
            url('Roboto-LightItalic.ttf') format('truetype'),
            url('Roboto-LightItalic.svg#Roboto-LightItalic') format('svg');
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }

    /* Regular */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-Regular.eot');
        src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'),
            url('Roboto-Regular.woff2') format('woff2'),
            url('Roboto-Regular.woff') format('woff'),
            url('Roboto-Regular.ttf') format('truetype'),
            url('Roboto-Regular.svg#Roboto-Regular') format('svg');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    /* Italic */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-Italic.eot');
        src: url('Roboto-Italic.eot?#iefix') format('embedded-opentype'),
            url('Roboto-Italic.woff2') format('woff2'),
            url('Roboto-Italic.woff') format('woff'),
            url('Roboto-Italic.ttf') format('truetype'),
            url('Roboto-Italic.svg#Roboto-Italic') format('svg');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }

    /* Medium */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-Medium.eot');
        src: url('Roboto-Medium.eot?#iefix') format('embedded-opentype'),
            url('Roboto-Medium.woff2') format('woff2'),
            url('Roboto-Medium.woff') format('woff'),
            url('Roboto-Medium.ttf') format('truetype'),
            url('Roboto-Medium.svg#Roboto-Medium') format('svg');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    /* Italic */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-MediumItalic.eot');
        src: url('Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
            url('Roboto-MediumItalic.woff2') format('woff2'),
            url('Roboto-MediumItalic.woff') format('woff'),
            url('Roboto-MediumItalic.ttf') format('truetype'),
            url('Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }


    /* Bold */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-Bold.eot');
        src: url('Roboto-Bold.eot?#iefix') format('embedded-opentype'),
            url('Roboto-Bold.woff2') format('woff2'),
            url('Roboto-Bold.woff') format('woff'),
            url('Roboto-Bold.ttf') format('truetype'),
            url('Roboto-Bold.svg#Roboto-Bold') format('svg');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    /* Italic */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-BoldItalic.eot');
        src: url('Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
            url('Roboto-BoldItalic.woff2') format('woff2'),
            url('Roboto-BoldItalic.woff') format('woff'),
            url('Roboto-BoldItalic.ttf') format('truetype'),
            url('Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }

    /* Black */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-Black.eot');
        src: url('Roboto-Black.eot?#iefix') format('embedded-opentype'),
            url('Roboto-Black.woff2') format('woff2'),
            url('Roboto-Black.woff') format('woff'),
            url('Roboto-Black.ttf') format('truetype'),
            url('Roboto-Black.svg#Roboto-Black') format('svg');
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
    /* Italic */
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-BlackItalic.eot');
        src: url('Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
            url('Roboto-BlackItalic.woff2') format('woff2'),
            url('Roboto-BlackItalic.woff') format('woff'),
            url('Roboto-BlackItalic.ttf') format('truetype'),
            url('Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg');
        font-weight: 900;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-SemiBoldItalic.eot');
        src: url('Roboto-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
            url('Roboto-SemiBoldItalic.woff2') format('woff2'),
            url('Roboto-SemiBoldItalic.woff') format('woff'),
            url('Roboto-SemiBoldItalic.svg#Roboto-SemiBoldItalic') format('svg');
        font-weight: 600;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Roboto';
        src: url('Roboto-SemiBold.eot');
        src: url('Roboto-SemiBold.eot?#iefix') format('embedded-opentype'),
            url('Roboto-SemiBold.woff2') format('woff2'),
            url('Roboto-SemiBold.woff') format('woff'),
            url('Roboto-SemiBold.svg#Roboto-SemiBold') format('svg');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
    