﻿/* Always Fit - Offline Custom CSS */
@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/montserrat_n5.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/montserrat_n5.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/montserrat_n6.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/montserrat_n7.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/montserrat_i5.woff2') format('woff2');
}

body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif !important;
}

img[data-src] {
  opacity: 1 !important;
}

.lazyloaded {
  opacity: 1 !important;
}

.slideshow__slide img,
.banner__media img {
  width: 100%;
  height: auto;
  display: block;
}