/*
 * Deterministic, self-hosted OpenLegalCore type assets.
 * Sources, licences, conversion scope and checksums:
 * docs/design/OPENLEGALCORE_FONT_ASSET_PROVENANCE.md
 */

@font-face {
  font-display: swap;
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/openlegalcore/fonts/nimbus-sans-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/openlegalcore/fonts/nimbus-sans-bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Bitstream Charter";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/openlegalcore/fonts/bitstream-charter-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Bitstream Charter";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/openlegalcore/fonts/bitstream-charter-bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Bitstream Charter";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/openlegalcore/fonts/bitstream-charter-italic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Nimbus Mono PS";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/openlegalcore/fonts/nimbus-mono-ps-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Nimbus Mono PS";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/openlegalcore/fonts/nimbus-mono-ps-bold.woff2") format("woff2");
}
