@font-face {
  font-family: 'LoveloBlack';
  src: url("{{ 'lovelo-black.woff2' | asset_url }}") format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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