/* Fallback шрифты для случаев когда Google Fonts не загружаются */

/* Базовый fallback для body */
body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Для элементов с Montserrat */
.h1, h1, h2, h3 {
    font-family: 'Montserrat', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Защищаем FontAwesome иконки - ВАЖНО: должно быть ПЕРЕД общим правилом */
i.fa,
i[class*="fa-"],
.fa,
[class*="fa-"],
[id*="IconFont"] i,
[id*="IconFont"] .fa {
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
}
