/** Shopify CDN: Minification failed

Line 23:2 Expected "*/" to terminate multi-line comment

**/
/*body {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  line-height: 1.6;
  letter-spacing: 0.01em;
  transition: background-color 0.3s, color 0.3s;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
} 