@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-Thin.otf');
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-Light.otf');
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-Regular.otf');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-Medium.otf');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-Bold.otf');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-Black.otf');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-ThinItalic.otf');
  font-weight: 100;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-LightItalic.otf');
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-RegularItalic.otf');
  font-weight: normal;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-MediumItalic.otf');
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-BoldItalic.otf');
  font-weight: bold;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./fonts/BrandonGrotesque-BlackItalic.otf');
  font-weight: 900;
  font-style: italic;
  font-display: fallback;
}
