/* Merienda */
@font-face {
  font-family: 'Merienda';
  src: url('/fonts/merienda/merienda-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* Lato */
@font-face {
  font-family: 'Lato';
  src: url('/fonts/lato/lato-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/lato/lato-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

#myShop h1,
#myShop h2,
#myShop h3,
#myShop h4,
#myShop h5,
#myShop h6 {
  font-family: 'Merienda', cursive !important;
}

#myShop,
#myShop * {
  font-family: 'Lato', sans-serif;
}

