/* Self-hosted fonts */
/* Bebas Neue - latin 400 */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('/fonts/bebas-neue-latin-400-normal.woff2') format('woff2');
}

/* Outfit Variable - latin wght 100-900 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('/fonts/outfit-latin-wght-normal.woff2') format('woff2-variations');
}
