/* Commissioner — the single family behind both --font-sans and --font-serif.
   Shipped as project files so a preview never reaches an external host. */

@font-face {
  font-family: 'Commissioner';
  src: url("../assets/fonts/Commissioner-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Commissioner';
  src: url("../assets/fonts/Commissioner-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Commissioner';
  src: url("../assets/fonts/Commissioner-SemiBold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

:root {
  --font-sans: 'Commissioner', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  /* The design doc overrides --font-serif to Commissioner too: display copy is the
     same family at 400/500 with negative tracking, not a different typeface. */
  --font-serif: 'Commissioner', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
