/* Local mapping for the newly supplied Pero font assets. */
@font-face {
  font-family: "Pero W01 Regular";
  src: url("assets/fonts/Pero-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

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

/* No separate local Bold/SemiLight cut was supplied. */
@font-face {
  font-family: "Pero W01 Bold";
  src: url("assets/fonts/Pero-SemiBold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Pero W01 SemiLight";
  src: url("assets/fonts/Pero-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
