/* Apply the font to an element */
body {
  font-family: 'brandon', sans-serif;
}

/* cyrillic-ext */
@font-face {
  font-family: 'brandon';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/brandon-grotesque-light.otf) format('opentype');
}
/* cyrillic-ext */
@font-face {
  font-family: 'brandon';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/brandon-grotesque-regular.otf) format('opentype');
}

/* cyrillic-ext */
@font-face {
  font-family: 'brandon';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/brandon-grotesque-black.otf) format('opentype');
}
