/* Bundled official fonts; see fonts/README.md and license files. */
@font-face {
  font-family: 'Satoshi';
  src: url('./fonts/Satoshi-Variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('./fonts/InterVariable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --coz-font-heading: 'Satoshi', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --coz-font-body: 'Satoshi', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}
body { font-family: var(--coz-font-body); }
button, input, textarea, select { font-family: inherit; }
h1, h2, h3, h4, h5, h6, .coz-heading { font-family: var(--coz-font-heading); }
