@font-face {
    font-family: 'Bally Thrill';
    src: url('../fonts/BallyThrill_W_Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Bally Thrill';
    src: url('../fonts/BallyThrill_W_Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Bally Thrill Condensed';
    src: url('../fonts/BallyThrill_W_CdBd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Bally Thrill Condensed';
    src: url('../fonts/BallyThrill_W_CdXBd.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}
body{
    font-family: 'Bally Thrill';
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Bally Thrill Condensed';
    font-weight: 800;
}
button, .nav-main-link{
    font-family: 'Bally Thrill Condensed';
}
.content-header .nav-main-horizontal .nav-main-link{
    font-family: 'Bally Thrill';
}