@font-face {
  font-family: "Nunito Sans";
  src: url("/assets/fonts/nunito-sans-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

html[data-store-theme="caixa-de-brinquedos"] {
  --toy-yellow: #ffcf00;
  --toy-yellow-soft: #ffe568;
  --toy-orange: #eb7114;
  --toy-red: #d01012;
  --toy-blue: #005ad2;
  --toy-green: #007133;
  --toy-black: #000000;
  --toy-white: #ffffff;
  --toy-gray-50: #f8f8f8;
  --toy-gray-100: #eeeeee;
  --toy-gray-300: #cccccc;
  --toy-gray-600: #5d5d5d;
  --toy-footer: #201d48;
  --toy-radius: 6px;
  --toy-radius-pill: 999px;
  --toy-shadow: 0 3px 8px rgb(0 0 0 / 13%);
  --toy-font-display: var(--store-font-heading, "Nunito Sans", "Trebuchet MS", Arial, sans-serif);
  --store-product-media-bg: var(--store-media-bg, var(--toy-gray-50));
}

html[data-store-theme="caixa-de-brinquedos"] body {
  background: var(--store-bg) !important;
  color: var(--store-text) !important;
  font-family: var(--store-font-body) !important;
}
