@font-face {
  font-family: 'Perfectly Nineties';
  src: url('{{ "PerfectlyNineties-Regular.woff" | asset_url }}') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Perfectly Nineties Italic';
  src: url('{{ "PerfectlyNineties-Italic.woff" | asset_url }}') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}