@font-face {
  font-family: 'BRLNSB';
  src: url('{{ "BRLNSB.woff2" | asset_url }}') format('woff2'),
       url('{{ "BRLNSB.woff" | asset_url }}') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'BRLNSB', sans-serif;
}
