
@font-face {
  font-family: 'Cozy Gras';
  src: url('{{ "cozy-gras.woff2" | asset_url }}') format('woff2'),
       url('{{ "cozy-gras.woff" | asset_url }}') format('woff');
  font-weight: bold;
  font-style: normal;
}

.cozy-bold, .cozy-bold * {
  font-family: 'Cozy Gras', sans-serif !important;
  font-weight: bold !important;
}
