/* ----- DIN1451 Engschrift ----- */

@font-face {
  font-family: "DIN1451 Engschrift";
  src:
    local("DIN1451Engschrift-Regular"),
    url("../fonts/DIN1451Engschrift-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* ----- STIX General ----- */

@font-face {
  font-family: "STIX General";
  src:
    local("STIXGeneral-Regular"),
    url("../fonts/STIXGeneral-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "STIX General";
  src:
    local("STIXGeneral-Bold"),
    url("../fonts/STIXGeneral-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "STIX General";
  src:
    local("STIXGeneral-Italic"),
    url("../fonts/STIXGeneral-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "STIX General";
  src:
    local("STIXGeneral-Bold-Italic"),
    url("../fonts/STIXGeneral-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}