@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  src: url('/static/fonts/inter.woff2') format('woff2');
  font-display: block;
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  src: url('/static/fonts/caveat-500.ttf') format('truetype');
  font-display: block;
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  src: url('/static/fonts/caveat-600.ttf') format('truetype');
  font-display: block;
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/caveat-700.ttf') format('truetype');
  font-display: block;
}

@font-face {
  font-family: 'Patrick Hand';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/patrick-hand.ttf') format('truetype');
  font-display: block;
}
