@font-face {
  font-family: "DS";
  src: url("/assets/webfonts/ds.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DS";
  src: url("/assets/webfonts/ds-bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DS";
  src: url("/assets/webfonts/ds-bolditalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "DS";
  src: url("/assets/webfonts/ds-italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "DS";
  src: url("/assets/webfonts/ds-xbold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "DS";
  src: url("/assets/webfonts/ds-xbolditalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}

.font-ds {
  font-family: "DS", sans-serif;
  font-weight: bold !important;
  text-transform: uppercase;
}
