/* ============================================================
   Savant — Coinbase Sans (self-hosted)
   Shipped with the system so it renders on every device.
   Weights: 400, 500, 700. Coinbase Sans has no 600, so 600 maps to Bold.
   ============================================================ */
@font-face {
  font-family: 'Coinbase Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/coinbase-sans-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Coinbase Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/coinbase-sans-medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Coinbase Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/coinbase-sans-bold.woff2') format('woff2');
}
