/* - Hairline - */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../Fonts/Montserrat/Montserrat-Hairline.otf') format('opentype');
}

/* - Ultra-Light - */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../Fonts/Montserrat/Montserrat-UltraLight.otf') format('opentype');
}

/* - Light - */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/Montserrat/Montserrat-Light.otf') format('opentype');
}

/* - Regular - */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/Montserrat/Montserrat-Regular.otf') format('opentype');
}

/* - Semi-Bold - */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/Montserrat/Montserrat-SemiBold.otf') format('opentype');
}

/* - Bold - */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/Montserrat/Montserrat-Bold.otf') format('opentype');
}

/* - Extra-Bold - */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../Fonts/Montserrat/Montserrat-ExtraBold.otf') format('opentype');
}

/* - Black - */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../Fonts/Montserrat/Montserrat-Black.otf') format('opentype');
}
