/* Minturn Slab — the brand typeface, for the portal's logo lockup.
 *
 * Only the two weights the lockup uses (400 for " Money", 600 for "Minturn"),
 * not the full eight-style family the app ships: the portal sets its body copy
 * in its own stack and needs this purely for the wordmark.
 *
 * A copy rather than a reference. apps/web serves its own set and web-minturn
 * serves a third, because each app is deployed independently and there is no
 * shared origin to point at. The canonical masters live in tools/minturn-slab/;
 * rebuild from there, never edit these.
 *
 * Bitter derivative under the SIL Open Font License 1.1 — OFL.txt ships
 * alongside these binaries, as the licence requires.
 */

@font-face {
  font-family: 'Minturn Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/minturn-slab/woff2-latin/MinturnSlab-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Minturn Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/minturn-slab/woff2-latin/MinturnSlab-SemiBold.woff2') format('woff2');
}
