@font-face {
  font-family: 'Brickton';
  src: url('BricktonRegular.woff2') format('woff2'),
       url('BricktonRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brickton';
  src: url('BricktonRegularSlanted.woff2') format('woff2'),
       url('BricktonRegularSlanted.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
