/* SuisseBPIntl — OTF */
@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-UltraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-UltraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseBP";
  src: url("../font/SuisseBPIntl-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Ús */
:root {
  --font-suisse: "SuisseBP", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
body {
  font-family: var(--font-suisse);
}