/* Extra Light */
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay/ClashDisplay-Extralight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}/* Light */
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay/ClashDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Regular */
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay/ClashDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay/ClashDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay/ClashDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}