
@font-face {
  font-family: Mont;
  src: url('fonts/Fontfabric%20-%20Mont%20Light%20Italic.otf');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: Mont;
  src: url('fonts/Fontfabric%20-%20Mont%20Bold%20Italic.otf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Mont;
  src: url('fonts/Fontfabric%20-%20Mont%20Light.otf');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Mont;
  src: url('fonts/Fontfabric%20-%20Mont%20Thin.otf');
  font-weight: 100;
  font-style: normal;
}


@font-face {
  font-family: Mont;
  src: url('fonts/Fontfabric%20-%20Mont%20Regular.otf');
  font-weight: 400;
}

@font-face {
  font-family: Mont;
  src: url('fonts/Fontfabric%20-%20Mont%20SemiBold.otf');
  font-weight: 600;
}

@font-face {
  font-family: Mont;
  src: url('fonts/Fontfabric%20-%20Mont%20Bold.otf');
  font-weight: bold;
  font-weight: 700;
}

