/* The Ripple Network — webfonts (self-hosted)
   Tenor Sans (editorial display) + Work Sans (impact + text, variable weight). */

@font-face {
  font-family: 'Tenor Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/TenorSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../assets/fonts/WorkSans-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('../assets/fonts/WorkSans-Italic-VariableFont_wght.ttf') format('truetype');
}
