/* Brand typography — see docs/STYLE_GUIDE.md.
   Quicksand is reserved for the wordmark / brand-speaking moments only;
   Inter is the workhorse body/UI font everywhere else. */

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

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

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/quicksand-700.woff2') format('woff2');
}

.font-display {
  font-family: 'Quicksand', sans-serif;
}
