html[data-store-theme="mundo-de-brincar"] {
  --toy-yellow: #cf102d;
  --toy-yellow-soft: #f8e2e6;
  --toy-orange: #b4975a;
  --toy-red: #cf102d;
  --toy-blue: #111111;
  --toy-green: #197451;
  --toy-black: #111111;
  --toy-white: #ffffff;
  --toy-gray-50: #ffffff;
  --toy-gray-100: #f6f6f6;
  --toy-gray-300: #e2e2e2;
  --toy-gray-600: #676767;
  --toy-footer: #cf102d;
  --toy-radius: 14px;
  --toy-radius-pill: 999px;
  --toy-shadow: none;
  --toy-font-display: var(--store-font-heading, "Trebuchet MS", Arial, Helvetica, sans-serif);
  --store-product-media-bg: #ffffff;
}
html[data-store-theme="mundo-de-brincar"] body {
  background: #ffffff !important;
  color: var(--store-text, #111111) !important;
  font-family: var(--store-font-body, "Trebuchet MS", Arial, Helvetica, sans-serif) !important;
}
