/** Shopify CDN: Minification failed

Line 30:0 Expected "}" to go with "{"

**/
/* Apply Amatic SC to headings */
h1, h2, h3 {
  font-family: 'Amatic SC', cursive !important;
  font-weight: 700 !important;
}

h4, h5, h6 {
  font-family: 'Amatic SC', cursive !important;
  font-weight: 400 !important;
}
/* Apply Amatic SC to primary buttons */
.button.button--primary {
  font-family: 'Amatic SC', cursive !important;
  font-weight: 700 !important;       /* Makes text bold */
  text-transform: none !important;   /* Prevents theme from forcing uppercase */
  font-size: 28px !important;        /* Adjust size as needed */
  .button.button--primary {
  font-size: 28px !important;
}

@media (min-width: 768px) {
  .button.button--primary {
    font-size: 20px !important;
  }
