/* Custera — Fonts
 * BRAND FONTS: Avenir (Linotype) — supplied by the brand. Now the live typeface.
 *   Avenir Light 300 · Avenir Book 400 · Avenir Regular 500 · Avenir Heavy 800 · Avenir Black 900
 * Headings use Avenir Heavy (800); body uses Avenir Book/Regular.
 */
@font-face {
  font-family: 'Avenir';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Avenir-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Avenir-Book.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Avenir-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Avenir-Heavy.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Avenir-Black.ttf') format('truetype');
}
