@font-face {
  font-family: 'Berkshire Swash';
  src: url('{{ 'BerkshireSwash-Regular.ttf' | asset_url }}') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('{{ 'Poppins-Medium.ttf' | asset_url }}') format('ttf');
  font-weight: 500;
  font-style: normal;
}