/* fontFamily: Roboto */

/* [ Roboto-Black ] */
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-display: swap;
    font-style: normal;
    src: url('Roboto-Black.ttf');
}

/* [ Roboto-BlackItalic ] */
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-display: swap;
    font-style: italic;
    src: url('Roboto-BlackItalic.ttf');
}

/* [ Roboto-Bold ] */
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-display: swap;
    font-style: normal;
    src: url('Roboto-Bold.ttf');
}

/* [ Roboto-BoldItalic ] */
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-display: swap;
    font-style: italic;
    src: url('Roboto-BoldItalic.ttf');
}

/* [ Roboto-Italic ] */
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-display: swap;
    font-style: italic;
    src: url('Roboto-Italic.ttf');
}

/* [ Roboto-Light ] */
@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    src: url('Roboto-Light.ttf');
}


/* [ Roboto-LightItalic ] */
@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-display: swap;
    font-style: italic;
    src: url('Roboto-LightItalic.ttf');
}

/* [ Roboto-Medium ] */
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    src: url('Roboto-Medium.ttf');
}

/* [ Roboto-MediumItalic ] */
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-display: swap;
    font-style: italic;
    src: url('Roboto-MediumItalic.ttf');
}

/* [ Roboto-Regular ] */
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    src: url('Roboto-Regular.ttf');
}

/* [  Roboto-Thin] */
@font-face {
    font-family: 'Roboto';
    font-weight: 200;
    font-display: swap;
    font-style: normal;
    src: url('Roboto-Thin.ttf');
}

/* [ Roboto-ThinItalic ] */
@font-face {
    font-family: 'Roboto';
    font-weight: 200;
    font-display: swap;
    font-style: italic;
    src: url('Roboto-ThinItalic.ttf');
}


