/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url("./fonts/latin-300.woff2") format('woff2'), url("./fonts/latin-300.woff") format('woff');
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/latin-400.woff2") format('woff2'), url("./fonts/latin-400.woff") format('woff');
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/latin-600.woff2") format('woff2'), url("./fonts/latin-600.woff") format('woff');
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/latin-700.woff2") format('woff2'), url("./fonts/latin-700.woff") format('woff');
}

/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url("./fonts/greek-300.woff2") format('woff2'), url("./fonts/greek-300.woff") format('woff');
}

/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/greek-400.woff2") format('woff2'), url("./fonts/greek-400.woff") format('woff');
}

/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/greek-600.woff2") format('woff2'), url("./fonts/greek-600.woff") format('woff');
}

/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/greek-700.woff2") format('woff2'), url("./fonts/greek-700.woff") format('woff');
}

/* Smart Icons */
@font-face {
    font-family: 'SmartIcons';
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/SmartIcons.woff") format('woff');
}

@font-face {
    font-family: "DejaVu Sans";
    src: url("./fonts/DejaVuSans.ttf") format('truetype')
}

@font-face {
    font-family: "DejaVu Sans";
    font-weight: bold;
    src: url("./fonts/DejaVuSans-Bold.ttf") format('truetype')
}

@font-face {
    font-family: "DejaVu Sans";
    font-style: italic;
    src: url("./fonts/DejaVuSans-Oblique.ttf") format('truetype')
}

@font-face {
    font-family: "DejaVu Sans";
    font-weight: bold;
    font-style: italic;
    src: url("./fonts/DejaVuSans-Oblique.ttf") format('truetype')
}

