/* montserrat-700 - cyrillic_cyrillic-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Montserrat/montserrat-v25-cyrillic_cyrillic-ext_latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/Montserrat/montserrat-v25-cyrillic_cyrillic-ext_latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800 - cyrillic_cyrillic-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/Montserrat/montserrat-v25-cyrillic_cyrillic-ext_latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/Montserrat/montserrat-v25-cyrillic_cyrillic-ext_latin-800.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* inter-regular - cyrillic-ext_latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Inter/woff2/inter-v12-cyrillic-ext_latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/Inter/woff/inter-v12-cyrillic-ext_latin-regular.woff') format('woff'),
       url('../fonts/Inter/otf/Inter-Regular.otf') format('opentype'),
       url('../fonts/Inter/ttf/Inter-Regular.ttf') format('truetype'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-500 - cyrillic-ext_latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Inter/woff2/inter-v12-cyrillic-ext_latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/Inter/woff/inter-v12-cyrillic-ext_latin-500.woff') format('woff'),
       url('../fonts/Inter/otf/Inter-Medium.otf') format('opentype'),
       url('../fonts/Inter/ttf/Inter-Medium.ttf') format('truetype'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-600 - cyrillic-ext_latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Inter/woff2/inter-v12-cyrillic-ext_latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/Inter/woff/inter-v12-cyrillic-ext_latin-600.woff') format('woff'),
       url('../fonts/Inter/otf/Inter-SemiBold.otf') format('opentype'),
       url('../fonts/Inter/ttf/Inter-SemiBold.ttf') format('truetype'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-700 - cyrillic-ext_latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Inter/woff2/inter-v12-cyrillic-ext_latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/Inter/woff/inter-v12-cyrillic-ext_latin-700.woff') format('woff'),
       url('../fonts/Inter/otf/Inter-Bold.otf') format('opentype'),
       url('../fonts/Inter/ttf/Inter-Bold.ttf') format('truetype'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



body{
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.fancybox-container{
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
}
.font-secondary,
.font-title,
.font-caption{
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}
.font-w-medium{
  font-weight: 500;
}
.font-w-semibold{
  font-weight: 600; 
}
.font-w-bold{
  font-weight: 700;
}
.font-w-ebold,
.font-w-extra-bold{
  font-weight: 800;
}