/** Shopify CDN: Minification failed

Line 48:8 Expected ":"

**/
/* change all body text */

body {
  /* background: yellow !important; */
}
body {
  font-family: "Inter", sans-serif;
  color: red;
}

body {
  /* background: yellow !important; */
  /* text: yellow !important */
}
/* change headings */
h1, h2, h3 {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  /* color: blue; */
}

/* buttons */
button,
.btn,
.shopify-payment-button__button {
  border-radius: 999px;
  background: black;
  color: white;
}

.testButton {
  font-size: 2rem; /* like an h1 */
  font-weight: bold;
  padding: 1rem 2rem;
  cursor: pointer
}

.testButton:hover{
  background: yellow
}

#side-guide-data {
   style="display:none"
}
