/* English Font */
@font-face {
  font-family: "Berthold Akzidenz";
  src: url("https://pub-4145c3c827de49f3a102c98043e5f431.r2.dev/Berthold-Akzidenz-Grotesk-Condensed.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Berthold Akzidenz", sans-serif;
}
* {
  font-family: "Berthold Akzidenz", sans-serif;
}
