/* Self-hosted font: Zodiak Bold (display headings) */
@font-face {
  font-family: 'Zodiak';
  src: url('/fonts/zodiak-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

/* Self-hosted font: Satoshi Regular (body text) */
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

/* Self-hosted font: Satoshi Bold (body bold text) */
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}
