:root {
  /**Font Family**/
  --stelae-font-family-regular: "Circe";
  --stelae-font-family-bold: "Circe-bold";
  --stelae-font-family-light: "Circe-light";
  --stelae-font-family-extraLight: "Circe-extraLight";
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/CRC55.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe-bold";
  src: url("../fonts/CRC65.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe-light";
  src: url("../fonts/CRC35.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe-extraLight";
  src: url("../fonts/CRC25.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
