@font-face {
  font-family: "Recoleta";
  src: url('{{ "Recoleta-Alt-Medium.woff2" | asset_url }}') format ('woff2');
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h4,
h5,
h6, 
.site-title,
.featured-collection--title, 
.section-heading {
  font-family: "Recoleta", sans-serif !important;
}

:root {
  --font-heading-family: "Recoleta", sans-serif;
}