/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: light;
    font-weight: 300;
    src: url("./static/OpenSans/OpenSans-Light.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url("./static/OpenSans/OpenSans-Medium.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: bold;
    font-weight: 700;
    src: url("./static/OpenSans/OpenSans-Bold.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    src: url("./static/OpenSans/OpenSans-Italic.ttf");
}