/* 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');
}