/* =========================================================
   SEBIS — Typografie
   Display : Mattone (warm, chunky, italienisch)
   Text    : Ronzino (Grotesk mit Charakter)
   ========================================================= */

@font-face {
  font-family: "Mattone";
  src: url("../fonts/Mattone-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Mattone";
  src: url("../fonts/Mattone-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Mattone";
  src: url("../fonts/Mattone-Black.woff2") format("woff2");
  font-weight: 900; font-style: normal; font-display: swap;
}

@font-face {
  font-family: "Ronzino";
  src: url("../fonts/Ronzino-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Ronzino";
  src: url("../fonts/Ronzino-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Ronzino";
  src: url("../fonts/Ronzino-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Ronzino";
  src: url("../fonts/Ronzino-MediumOblique.woff2") format("woff2");
  font-weight: 500; font-style: oblique; font-display: swap;
}
