/* Cera Round Pro Thin */
@font-face {
  font-family: "Cera Round Pro";
  src: url("CeraRoundPro/CeraRoundProThin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Cera Round Pro Light */
@font-face {
  font-family: "Cera Round Pro";
  src: url("CeraRoundPro/CeraRoundProLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Cera Round Pro Regular */
@font-face {
  font-family: "Cera Round Pro";
  src: url("CeraRoundPro/CeraRoundProRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Cera Round Pro Medium */
@font-face {
  font-family: "Cera Round Pro";
  src: url("CeraRoundPro/CeraRoundProMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Cera Round Pro Bold */
@font-face {
  font-family: "Cera Round Pro";
  src: url("CeraRoundPro/CeraRoundProBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Cera Round Pro Black */
@font-face {
  font-family: "Cera Round Pro";
  src: url("CeraRoundPro/CeraRoundProBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
