@font-face {
  font-family: 'Baron Neue';
  font-weight: normal;
  font-display: swap;
  font-style: normal;
  src: url('./Baron-Neue.otf') format('opentype');
}
@font-face {
  font-family: 'Baron Neue';
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: url('./Baron-Neue-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Baron Neue';
  font-weight: 900;
  font-display: swap;
  font-style: normal;
  src: url('./Baron-Neue-Black.otf') format('opentype');
}

@font-face {
  font-family: 'Baron Neue';
  font-weight: normal;
  font-style: italic;
  src: url('./Baron-Neue-Italic.otf') format('opentype');
}
@font-face {
  font-family: 'Baron Neue';
  font-weight: 700;
  font-style: italic;
  src: url('./Baron-Neue-Bold-Italic.otf') format('opentype');
}
@font-face {
  font-family: 'Baron Neue';
  font-weight: 900;
  font-style: italic;
  src: url('./Baron-Neue-Black-Italic.otf') format('opentype');
}
