@font-face {
  font-family: 'CustomFont';
  src: url('{{ "ShoreStudios.woff2" | asset_url }}') format('woff2'),
  font-weight: normal;
  font-style: normal;
}

/* Apply your font */
h1, h2, .product__title, .site-header__logo-text {
  font-family: 'CustomFont', sans-serif;
}
