@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./inter-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./inter-600.ttf') format('truetype');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./caveat-500.ttf') format('truetype');
}

/* User-supplied pairing assets from Downloads/Fonts. */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./manrope-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('./manrope-800.ttf') format('truetype');
}
@font-face {
  font-family: 'Photograph Signature';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./photograph-signature.ttf') format('truetype');
}

@font-face {
  font-family: 'Estrella Early';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./estrella-early.otf') format('opentype');
}
