/* új design */

:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
    :root { font-family: InterVariable, sans-serif; }
}

html,
body
{
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
    color: #606b7b;
    font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
    color: #1c1f26;
}

*:not(.fa,.fas,.glyphicon) {
    font-family: Inter, sans-serif !important;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

a {
    color: #010076;
}

p {
    font-size: 17px;
}