/* Futura — self-hosted. Upload futura.woff2 and futura.woff to /assets/fonts/ */
@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura.woff2') format('woff2'),
       url('../fonts/futura.woff')  format('woff');
  font-weight: normal;
  font-style:  normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura-bold.woff2') format('woff2'),
       url('../fonts/futura-bold.woff')  format('woff');
  font-weight: 700;
  font-style:  normal;
  font-display: swap;
}
