/* Fraunces — brand/display typeface, for the wordmark and headings.
 *
 * Tuck Money's own typeface, distinct from Minturn Money's "Minturn Slab" —
 * this site used to vendor that font for its logo lockup, which mixed up two
 * separate brands' identities (and their font's own license only covers the
 * Minturn brand). Fraunces is a single variable font (optical size + weight
 * axes) covering the full weight range in one file, self-hosted here rather
 * than loaded from Google Fonts at request time.
 *
 * Variable font, from Google Fonts (github.com/google/fonts/tree/main/ofl/fraunces).
 * SIL Open Font License 1.1 — OFL.txt ships alongside, as the license requires.
 */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/fraunces/Fraunces-Variable.woff2') format('woff2');
}
