/* ============================================================
 * Site-wide modern typography for profi-m.pro
 * Inter — Apple-like шрифт с отличной кириллицей.
 * Применяется ко всем страницам сайта.
 * ============================================================ */

/* Inter — основной шрифт для всего */
html, body, h1, h2, h3, h4, h5, h6, p, a, span, div, li, ul, ol, table, td, th,
button, input, textarea, select, label, .title-block, .header *, .footer * {
    font-family: 'Inter', 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Исключения — НЕ трогаем иконочные шрифты и спец-шрифты конструктора */
.fa, .fas, .far, .fab, .fal, .fad, .glyphicon,
.fancybox-icon, .swiper-button-prev *, .swiper-button-next *,
.neon-font-pacifico, .neon-font-lobster, .neon-font-playfair,
.neon-font-russo, .neon-font-oswald,
[class^="icon-"], [class*=" icon-"], code, pre, kbd, samp {
    font-family: inherit !important;
}
.fa, .fas, .far, .fab, .fal, .fad { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", FontAwesome !important; }

/* Apple-style сглаживание шрифтов */
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Иерархия: тоньше + шире — Apple */
h1, .title-block, .title-block span {
    font-weight: 700 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.08 !important;
}

h2 {
    font-weight: 700 !important;
    letter-spacing: -0.022em !important;
    line-height: 1.1 !important;
}

h3 {
    font-weight: 600 !important;
    letter-spacing: -0.018em !important;
    line-height: 1.2 !important;
}

h4, h5 {
    font-weight: 600 !important;
    letter-spacing: -0.012em !important;
}

p, li, td, th {
    font-weight: 400 !important;
    letter-spacing: -0.004em !important;
}

/* Кнопки — semibold + чуть шире буквы */
.btn, .art-button, button {
    font-weight: 600 !important;
    letter-spacing: -0.005em !important;
}

/* Hover/Active кнопки — гладкие */
.btn, .art-button {
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Цифры в кнопках/прайсах — табличные (одинаковая ширина) */
.btn, .art-button, .price, .home-banner-adv__text, .quantity-num {
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}
