@font-face {
  font-family: SuisseIntl;
  font-weight: 400;
  src: url("fonts/SuisseIntl-Regular.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 400;
  src: url("fonts/SuisseIntl-RegularItalic.otf") format("opentype");
  font-style: italic;
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 700;
  src: url("fonts/SuisseIntl-Bold.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 700;
  font-style: italic;
  src: url("fonts/SuisseIntl-BoldItalic.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 800;
  src: url("fonts/SuisseIntl-Black.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 800;
  font-style: italic;
  src: url("fonts/SuisseIntl-BlackItalic.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 300;
  src: url("fonts/SuisseIntl-Light.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 300;
  font-style: italic;
  src: url("fonts/SuisseIntl-LightItalic.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 200;
  src: url("fonts/SuisseIntl-Thin.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 200;
  font-style: italic;
  src: url("fonts/SuisseIntl-ThinItalic.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 100;
  src: url("fonts/SuisseIntl-UltraLight.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 100;
  font-style: italic;
  src: url("fonts/SuisseIntl-UltraLightItalic.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 500;
  src: url("fonts/SuisseIntl-Medium.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 500;
  font-style: italic;
  src: url("fonts/SuisseIntl-MediumItalic.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 600;
  src: url("fonts/SuisseIntl-Semibold.otf") format("opentype");
}

@font-face {
  font-family: SuisseIntl;
  font-weight: 600;
  font-style: italic;
  src: url("fonts/SuisseIntl-SemiboldItalic.otf") format("opentype");
}

body {
  font-family: SuisseIntl, sans-serif;
  font-weight: 400;
}
