/* Regular */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('Roboto-Regular.ttf');
    unicode-range: U+0000-00FF, U+0100-024F, U+02C6, U+02DA, U+02DC, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20AB, U+20AC, U+20AD-20CF, U+2212, U+2215, U+2C60-2C7F, U+A720-A7FF;
}

/* Light */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    src: url('Roboto-Light.ttf');
    unicode-range: U+0000-00FF, U+0100-024F, U+02C6, U+02DA, U+02DC, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20AB, U+20AC, U+20AD-20CF, U+2212, U+2215, U+2C60-2C7F, U+A720-A7FF;
}

/* Medium */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('Roboto-Medium.ttf');
    unicode-range: U+0000-00FF, U+0100-024F, U+02C6, U+02DA, U+02DC, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20AB, U+20AC, U+20AD-20CF, U+2212, U+2215, U+2C60-2C7F, U+A720-A7FF;
}

/* Bold */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: url('Roboto-Bold.ttf');
    unicode-range: U+0000-00FF, U+0100-024F, U+02C6, U+02DA, U+02DC, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20AB, U+20AC, U+20AD-20CF, U+2212, U+2215, U+2C60-2C7F, U+A720-A7FF;
}

/* Italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('Roboto-Italic.ttf');
    unicode-range: U+0000-00FF, U+0100-024F, U+02C6, U+02DA, U+02DC, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20AB, U+20AC, U+20AD-20CF, U+2212, U+2215, U+2C60-2C7F, U+A720-A7FF;
}

/* Light+Italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 200;
    src: url('Roboto-LightItalic.ttf');
    unicode-range: U+0000-00FF, U+0100-024F, U+02C6, U+02DA, U+02DC, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20AB, U+20AC, U+20AD-20CF, U+2212, U+2215, U+2C60-2C7F, U+A720-A7FF;
}

/* Medium+Italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 600;
    src: url('Roboto-MediumItalic.ttf');
    unicode-range: U+0000-00FF, U+0100-024F, U+02C6, U+02DA, U+02DC, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20AB, U+20AC, U+20AD-20CF, U+2212, U+2215, U+2C60-2C7F, U+A720-A7FF;
}

/* Bold+Italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: bold;
    src: url('Roboto-BoldItalic.ttf');
    unicode-range: U+0000-00FF, U+0100-024F, U+02C6, U+02DA, U+02DC, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20AB, U+20AC, U+20AD-20CF, U+2212, U+2215, U+2C60-2C7F, U+A720-A7FF;
}
