@font-face {
  font-family: 'Brown';
  src: url("./BrownStd-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  text-rendering: optimizeLegibility
}

@font-face {
  font-family: 'Brown';
  src: url('./BrownStd-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  text-rendering: optimizeLegibility
}

@font-face {
  font-family: 'Brown';
  src: url('./BrownStd-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  text-rendering: optimizeLegibility
}