@font-face {
  font-family: "DrippingDrops";
  src: url("/cdn/shop/files/DrippingDrops-PKPyx.otf?v=1762074136")
       format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Apply it globally with fallback fonts (for @ symbol etc.) */
body {
  font-family: "DrippingDrops", "Courier New", Arial, sans-serif;
}

input, textarea, select, button {
  font-family: "DrippingDrops", "Courier New", Arial, sans-serif;
}



