@font-face {
  font-family: 'BrixSans';
  src: url('../fonts/BrixSansLight.woff2') format('woff2'),
       url('../fonts/BrixSansLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BrixSans';
  src: url('../fonts/BrixSansBold.woff2') format('woff2'),
       url('../fonts/BrixSansBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BrixSans';
  src: url('../fonts/BrixSansBold.woff2') format('woff2'),
       url('../fonts/BrixSansBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
