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

h1, h2, h3, h4, h5, h6 {
  font-family: 'raindrops', sans-serif;
}
