/* // FONT PRIMARY - ROBOTO */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../webfonts/roboto/roboto-light-webfont.eot');
  src: url('../webfonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../webfonts/roboto/roboto-light-webfont.woff2') format('woff2'),
       url('../webfonts/roboto/roboto-light-webfont.woff') format('woff'),
       url('../webfonts/roboto/roboto-light-webfont.ttf')  format('truetype'),
       url('../webfonts/roboto/roboto-light-webfont.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../webfonts/roboto/roboto-regular-webfont.eot');
  src: url('../webfonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../webfonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
       url('../webfonts/roboto/roboto-regular-webfont.woff') format('woff'),
       url('../webfonts/roboto/roboto-regular-webfont.ttf')  format('truetype'),
       url('../webfonts/roboto/roboto-regular-webfont.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../webfonts/roboto/roboto-medium-webfont.eot');
  src: url('../webfonts/roboto/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../webfonts/roboto/roboto-medium-webfont.woff2') format('woff2'),
       url('../webfonts/roboto/roboto-medium-webfont.woff') format('woff'),
       url('../webfonts/roboto/roboto-medium-webfont.ttf')  format('truetype'),
       url('../webfonts/roboto/roboto-medium-webfont.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../webfonts/roboto/roboto-bold-webfont.eot');
  src: url('../webfonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../webfonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
       url('../webfonts/roboto/roboto-bold-webfont.woff') format('woff'),
       url('../webfonts/roboto/roboto-bold-webfont.ttf')  format('truetype'),
       url('../webfonts/roboto/roboto-bold-webfont.svg#svgFontName') format('svg');
}

/* // FONT SECONDARY - MONTSERRAT */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../webfonts/montserrat/montserrat-light.eot');
  src: url('../webfonts/montserrat/montserrat-light.eot?#iefix') format('embedded-opentype'),
       url('../webfonts/montserrat/montserrat-light.woff2') format('woff2'),
       url('../webfonts/montserrat/montserrat-light.woff') format('woff'),
       url('../webfonts/montserrat/montserrat-light.ttf')  format('truetype'),
       url('../webfonts/montserrat/montserrat-light.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../webfonts/montserrat/montserrat-regular.eot');
  src: url('../webfonts/montserrat/montserrat-regular.eot?#iefix') format('embedded-opentype'),
       url('../webfonts/montserrat/montserrat-regular.woff2') format('woff2'),
       url('../webfonts/montserrat/montserrat-regular.woff') format('woff'),
       url('../webfonts/montserrat/montserrat-regular.ttf')  format('truetype'),
       url('../webfonts/montserrat/montserrat-regular.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../webfonts/montserrat/montserrat-bold.eot');
  src: url('../webfonts/montserrat/montserrat-bold.eot?#iefix') format('embedded-opentype'),
       url('../webfonts/montserrat/montserrat-bold.woff2') format('woff2'),
       url('../webfonts/montserrat/montserrat-bold.woff') format('woff'),
       url('../webfonts/montserrat/montserrat-bold.ttf')  format('truetype'),
       url('../webfonts/montserrat/montserrat-bold.svg#svgFontName') format('svg');
}