/* ============ */
/*  MONTSERRAT  */
/* ============ */
/* MONTSERRAT LIGHT */
@font-face {
  font-family: 'montserrat';
  src:  url('montserrat-light-webfont.eot');
  src:  url('montserrat-light-webfont-1.eot') format('embedded-opentype'),
        url('montserrat-light-webfont.woff2') format('woff2'),
        url('montserrat-light-webfont.ttf') format('truetype'),
        url('montserrat-light-webfont.woff') format('woff'),
        url('montserrat-light-webfont.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* MONTSERRAT REGULAR */
@font-face {
  font-family: 'montserrat';
  src:  url('montserrat-regular-webfont.eot');
  src:  url('montserrat-regular-webfont-1.eot') format('embedded-opentype'),
        url('montserrat-regular-webfont.woff2') format('woff2'),
        url('montserrat-regular-webfont.ttf') format('truetype'),
        url('montserrat-regular-webfont.woff') format('woff'),
        url('montserrat-regular-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
/* MONTSERRAT SEMIBOLD */
@font-face {
  font-family: 'montserrat';
  src:  url('montserrat-semibold-webfont.eot');
  src:  url('montserrat-semibold-webfont-1.eot') format('embedded-opentype'),
        url('montserrat-semibold-webfont.woff2') format('woff2'),
        url('montserrat-semibold-webfont.ttf') format('truetype'),
        url('montserrat-semibold-webfont.woff') format('woff'),
        url('montserrat-semibold-webfont.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
/* MONTSERRAT BOLD */
@font-face {
  font-family: 'montserrat';
  src:  url('montserrat-bold-webfont.eot');
  src:  url('montserrat-bold-webfont-1.eot') format('embedded-opentype'),
        url('montserrat-bold-webfont.woff2') format('woff2'),
        url('montserrat-bold-webfont.ttf') format('truetype'),
        url('montserrat-bold-webfont.woff') format('woff'),
        url('montserrat-bold-webfont.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* =========== */
/*  USE FONTS  */
/* =========== */
.montserrat {
  font-family: "montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}