/* Основной шрифт сайта */
:root {
    --uk-font-family-primary: 'Noto Sans SemiCondensed', sans-serif;
}

body {
    font-family: 'Noto Sans SemiCondensed', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

/* Настройка заголовков */
h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
    font-family: 'Noto Sans SemiCondensed', sans-serif;
    font-weight: 600; /* Используем SemiBold для заголовков */
    text-transform: none;
}

b, strong {
    font-weight: 700; /* Используем Bold */
}
