/* Roboto Condensed — оставляем твои веса */

/* 300 normal (Regular) */
@font-face{
    font-family:'Roboto';
    src:
            url('../fonts/Roboto_Condensed-Regular.woff2') format('woff2'),
            url('../fonts/Roboto_Condensed-Regular.ttf') format('truetype');
    font-weight:300;
    font-style:normal;
    font-display:swap;
}

/* 300 italic (Italic) */
@font-face{
    font-family:'Roboto';
    src:
            url('../fonts/Roboto_Condensed-Italic.woff2') format('woff2'),
            url('../fonts/Roboto_Condensed-Italic.ttf') format('truetype');
    font-weight:300;
    font-style:italic;
    font-display:swap;
}

/* 400 normal (Regular) */
@font-face{
    font-family:'Roboto';
    src:
            url('../fonts/Roboto_Condensed-Regular.woff2') format('woff2'),
            url('../fonts/Roboto_Condensed-Regular.ttf') format('truetype');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

/* 400 italic (Italic) */
@font-face{
    font-family:'Roboto';
    src:
            url('../fonts/Roboto_Condensed-Italic.woff2') format('woff2'),
            url('../fonts/Roboto_Condensed-Italic.ttf') format('truetype');
    font-weight:400;
    font-style:italic;
    font-display:swap;
}

/* 500 normal (Regular) */
@font-face{
    font-family:'Roboto';
    src:
            url('../fonts/Roboto_Condensed-Regular.woff2') format('woff2'),
            url('../fonts/Roboto_Condensed-Regular.ttf') format('truetype');
    font-weight:500;
    font-style:normal;
    font-display:swap;
}

/* 500 italic (Italic) */
@font-face{
    font-family:'Roboto';
    src:
            url('../fonts/Roboto_Condensed-Italic.woff2') format('woff2'),
            url('../fonts/Roboto_Condensed-Italic.ttf') format('truetype');
    font-weight:500;
    font-style:italic;
    font-display:swap;
}

/* 600 normal (Medium) */
@font-face{
    font-family:'Roboto';
    src:
            url('../fonts/Roboto_Condensed-Medium.woff2') format('woff2'),
            url('../fonts/Roboto_Condensed-Medium.ttf') format('truetype');
    font-weight:600;
    font-style:normal;
    font-display:swap;
}

/* 600 italic (MediumItalic) */
@font-face{
    font-family:'Roboto';
    src:
            url('../fonts/Roboto_Condensed-MediumItalic.woff2') format('woff2'),
            url('../fonts/Roboto_Condensed-MediumItalic.ttf') format('truetype');
    font-weight:600;
    font-style:italic;
    font-display:swap;
}

/* 700 normal (Medium) */
@font-face{
    font-family:'Roboto';
    src:
            url('../fonts/Roboto_Condensed-Medium.woff2') format('woff2'),
            url('../fonts/Roboto_Condensed-Medium.ttf') format('truetype');
    font-weight:700;
    font-style:normal;
    font-display:swap;
}

/* 700 italic (MediumItalic) */
@font-face{
    font-family:'Roboto';
    src:
            url('../fonts/Roboto_Condensed-MediumItalic.woff2') format('woff2'),
            url('../fonts/Roboto_Condensed-MediumItalic.ttf') format('truetype');
    font-weight:700;
    font-style:italic;
    font-display:swap;
}