@font-face {
    font-family: 'KelsonSansRuRegular';
    src: url('fonts/kelson_sans_regular_ru.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterRegular';
    src: url('fonts/Inter-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, p, .wp-block-paragraph {
    font-family: 'InterRegular', sans-serif;
    color: #656565 !important;
    font-weight: 100 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'KelsonSansRuRegular', sans-serif;
    font-weight: 100 !important
}