@font-face {
  font-family: 'brandon';
  src: url('./brandon-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'brandon';
  src: url('./brandon-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'freight-display';
  src: url('./freight-display.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.brandon {
  font-family: 'brandon', sans-serif;
}

.freight-display {
  font-family: 'freight-display', serif;
}