/* ============================================================
   Commissioner, self-hosted
   Joy Diving Australia · brand kit

   Two files, both variable fonts. Every weight from 100 to 900
   comes out of one file, so there is nothing else to load.

   Upright:  commissioner-variable.woff2         106 KB
   Slanted:  commissioner-variable-italic.woff2  115 KB

   Licence: SIL Open Font Licence 1.1. Free to use and self-host,
   including commercially.

   Place both .woff2 files in public/fonts/ and import this file.
   ============================================================ */

@font-face {
  font-family: "Commissioner";
  src: url("/fonts/commissioner-variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commissioner";
  src: url("/fonts/commissioner-variable-italic.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* House rule: a missing weight must fail visibly, never be faked
   by the browser drawing a fake bold or fake slant. */
body {
  font-family: "Commissioner", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}
