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

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

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

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

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

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

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

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