/* Thin - 100 */
@font-face {
    font-display: swap; 
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url('roboto_slab/RobotoSlab-Thin.ttf');
}

/* ExtraLight - 200 */
@font-face {
    font-display: swap; 
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 200;
    src: url('roboto_slab/RobotoSlab-ExtraLight.ttf');
}

/* Light - 300 */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url('roboto_slab/RobotoSlab-Light.ttf');
}

/* Regular - 400 */
@font-face {
    font-display: swap; 
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('roboto_slab/RobotoSlab-Regular.ttf');
}

/* Medium - 500 */
@font-face {
    font-display: swap; 
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: url('roboto_slab/RobotoSlab-Medium.ttf');
}

/* Semibold - 600 */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url('roboto_slab/RobotoSlab-SemiBold.ttf');
}

/* Bold - 700 */
@font-face {
    font-display: swap; 
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('roboto_slab/RobotoSlab-Bold.ttf');
}

/* ExtraBold - 800 */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    src: url('roboto_slab/RobotoSlab-ExtraBold.ttf');
}

/* Black - 900 */
@font-face {
    font-display: swap; 
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: url('roboto_slab/RobotoSlab-Black.ttf');
}

/* Thin - 100 */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('roboto/Roboto-Thin.ttf');
}

/* Light - 300 */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('roboto/Roboto-Light.ttf');
}

/* Regular - 400 */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('roboto/Roboto-Regular.ttf');
}

/* Medium - 500 */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('roboto/Roboto-Medium.ttf');
}

/* Bold - 700 */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('roboto/Roboto-Bold.ttf');
}

/* Black - 900 */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('roboto/Roboto-Black.ttf');
}

/* Thin - 100 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('Montserrat/Montserrat-Thin.ttf');
}

/* ExtraLight - 200 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('Montserrat/Montserrat-ExtraLight.ttf');
}

/* Light - 300 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('Montserrat/Montserrat-Light.ttf');
}

/* Regular - 400 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('Montserrat/Montserrat-Regular.ttf');
}

/* Medium - 500 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('Montserrat/Montserrat-Medium.ttf');
}

/* Semibold - 600 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('Montserrat/Montserrat-SemiBold.ttf');
}

/* Bold - 700 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('Montserrat/Montserrat-Bold.ttf');
}

/* ExtraBold - 800 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('Montserrat/Montserrat-ExtraBold.ttf');
}

/* Black - 900 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('Montserrat/Montserrat-Black.ttf');
}

/* Thin Italic - 100 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url('Montserrat/Montserrat-ThinItalic.ttf');
}

/* ExtraLight Italic - 200 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    src: url('Montserrat/Montserrat-ExtraLightItalic.ttf');
}

/* Light Italic - 300 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url('Montserrat/Montserrat-LightItalic.ttf');
}

/* Regular Italic - 400 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('Montserrat/Montserrat-Italic.ttf');
}

/* Medium Italic - 500 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('Montserrat/Montserrat-MediumItalic.ttf');
}

/* Semibold Italic - 600 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url('Montserrat/Montserrat-SemiBoldItalic.ttf');
}

/* Bold Italic - 700 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url('Montserrat/Montserrat-BoldItalic.ttf');
}

/* ExtraBold Italic - 800 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: url('Montserrat/Montserrat-ExtraBoldItalic.ttf');
}

/* Black Italic - 900 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    src: url('Montserrat/Montserrat-BlackItalic.ttf');
}
