/* ArcBig Brand Style Guide — Degular only (400 / 600 / 700) */

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

@font-face {
  font-family: "Degular";
  src: url("../assets/fonts/degular/DegularDemo-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Degular";
  src: url("../assets/fonts/degular/DegularDemo-Semibold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Degular";
  src: url("../assets/fonts/degular/DegularDemo-Semibold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
