@font-face {
    font-family: 'Kudryashev Headline';
    src: url('fonts/KudryashevHeadline-Sans.woff2') format('woff2'),
         url('fonts/KudryashevHeadline-Sans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Apply Kudryashev Headline to headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Kudryashev Headline', sans-serif !important;
}

/* Apply Outfit to all other elements */
body, p, span, a, button, input {
    font-family: 'Outfit', sans-serif !important;
}
