/* Franklin Gothic Heavy как fallback шрифт */
@font-face {
    font-family: 'Franklin Gothic Heavy';
    src: local('Franklin Gothic Heavy'), 
         local('FranklinGothic-Heavy'),
         url('/fonts/franklin-gothic-heavy.woff2') format('woff2'),
         url('/fonts/franklin-gothic-heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Альтернативные варианты если локальный шрифт не найден */
.logo {
    font-family: 'Franklin Gothic Heavy', 'Unbounded', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    font-weight: 900;
}