@font-face {
  font-family: "SuisseIntl";
  src: url('/fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "SuisseIntl";
  src: url('/fonts/SuisseIntl-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SuisseIntl";
  src: url('/fonts/SuisseIntl-Bold.otf') format('opentype');
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "SuisseIntl";
  src: url('/fonts/SuisseIntl-Black.otf') format('opentype');
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}
