/* Authenticated TapTidy product fonts.
   Keep this surface intentionally narrow: only Satoshi and the OpenDyslexic
   accessibility override. Loaded by the web app via index.html and by every
   public page via @import in /styles/taptidy-tokens.css. The legacy marketing
   families in fonts.css remain only for surfaces that still import it. */

@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('satoshi-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('satoshi-500-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url('satoshi-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'OpenDyslexic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('OpenDyslexic-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'OpenDyslexic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('OpenDyslexic-Bold.otf') format('opentype');
}
