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

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

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

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







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

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

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

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

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

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

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

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

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




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

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

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

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

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

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

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

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

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