@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('{{ "Baloo2-Regular.woff2" | asset_url }}') format('woff2');
}

body {
  font-family: 'Baloo 2', sans-serif;
}