/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400;500;600;700;1,14..32,400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* Таки для веба лучше woff2 */
/*
@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: 100;
    font-style: italic;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: 700;
    font-style: italic;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf');
    font-weight: 900;
    font-style: italic;
}
*/