/* runtime.css — theme=grannys-hugs variant=default */
:root {
  --color-teal: #17999e;
  --color-teal-dark: #0f7e83;
  --color-sale-pink: #e0526e;
  --color-cream: #faf6ed;
  --color-warm-brown: #9b6040;
  --color-dark-brown: #5c3a1e;
  --color-copper: #b5703a;
  --color-taupe: #a89279;
  --color-dusty-rose: #c4918a;
  --color-sage: #8a9174;
  --color-text: #3d2b1f;
  --color-text-mid: #6b5442;
  --warm-brown: #9b6040;
  --dusty-rose: #c4918a;
  --sage: #8a9174;
  --corner-radius: 12px;
}
