/* @font-face declarations */

@font-face {
  font-family: "ClashDisplay";
  src:
    url("/fonts/ClashDisplay-Extralight.woff2") format("woff2"),
    url("/fonts/ClashDisplay-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ClashDisplay";
  src:
    url("/fonts/ClashDisplay-Light.woff2") format("woff2"),
    url("/fonts/ClashDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ClashDisplay";
  src:
    url("/fonts/ClashDisplay-Regular.woff2") format("woff2"),
    url("/fonts/ClashDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ClashDisplay";
  src:
    url("/fonts/ClashDisplay-Medium.woff2") format("woff2"),
    url("/fonts/ClashDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ClashDisplay";
  src:
    url("/fonts/ClashDisplay-Semibold.woff2") format("woff2"),
    url("/fonts/ClashDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ClashDisplay";
  src:
    url("/fonts/ClashDisplay-Bold.woff2") format("woff2"),
    url("/fonts/ClashDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Utility classes */

.clash-extralight {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 200;
}
.clash-light {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 300;
}
.clash-regular {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 400;
}
.clash-medium {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 500;
}
.clash-semibold {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 600;
}
.clash-bold {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 700;
}
