/* Roboto Thin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-ThinItalic.woff') format('woff');
}

/* Roboto Light */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-LightItalic.woff') format('woff');
}

/* Roboto Regular */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-Italic.woff') format('woff');
}

/* Roboto Medium */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-MediumItalic.woff') format('woff');
}

/* Roboto Bold */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-BoldItalic.woff') format('woff');
}

/* Roboto Black */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-Black.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('https://public-static.cdek.ru/ek5-common/fonts/roboto/Roboto-BlackItalic.woff') format('woff');
}