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


html {
  font-family: 'RoslindaleVariableDisplay', serif;
}
