﻿/* Montserrat Thin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../font/Montserrat-Thin.ttf');
}

/* Montserrat Extra-Light */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../font/Montserrat-ExtraLight.ttf');
}

/* Montserrat Light */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../font/Montserrat-Light.ttf');
}

/* Montserrat Regular */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Montserrat-Regular.ttf');
}

/* Montserrat Medium */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../font/Montserrat-Medium.ttf');
}

/* Montserrat Semi-Bold */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../font/Montserrat-SemiBold.ttf');
}

/* Montserrat Bold */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../font/Montserrat-Bold.ttf');
}

/* Montserrat Extra-Bold */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../font/Montserrat-ExtraBold.ttf');
}

/* Montserrat Black */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../font/Montserrat-Black.ttf');
}
