/* The three brand faces, in one place.
 *
 * These used to live in card.css, which meant any page not rendering the
 * 1080x1080 card silently fell back to a system serif. Every page loads this
 * stylesheet; card.css now only describes the card itself.
 *
 * All three are SIL OFL — see brand/fonts/README.md.
 */

@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat.woff2') format('woff2');
  font-weight: 400 700;
  font-display: block;
}

@font-face {
  font-family: 'Patrick Hand';
  src: url('../fonts/PatrickHand.woff2') format('woff2');
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: 'Permanent Marker';
  src: url('../fonts/PermanentMarker.woff2') format('woff2');
  font-weight: 400;
  font-display: block;
}
