@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBold.eot');
    src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBold.woff') format('woff'),
    url('../fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/montserrat-v18-latin_cyrillic-ext-regular.woff2') format('woff2'),
         url('../fonts/montserrat-v18-latin_cyrillic-ext-regular.woff') format('woff'); 
    font-display: swap;
}
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('../fonts/montserrat-v18-latin_cyrillic-ext-600.woff2') format('woff2'),
         url('../fonts/montserrat-v18-latin_cyrillic-ext-600.woff') format('woff'); 
    font-display: swap;
}
body{
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.fancybox-container{
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
}