/* Self-hosted fonts for native app */
@font-face {
  font-family: 'Margarine';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Margarine-Regular.ttf') format('truetype');
  font-display: block;
}

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

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