@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Klee+One&display=swap");
body {
  --color-body: #333333;
  --color-header-footer-bg: #333333;
  --color-border-gray-3: #b1b1b1;
  --color-breadcrumb: #ffffff;
  --color-button-cart: #000000;
  --color-text-base: #ffffff;
  --color-text-sale: #ff7777;
  --color-header-footer-element: #ffffff;
  --color-footer-button-text: #333333;
  --font-family-base: 'Klee One', sans-serif; --font-family-en: 'Klee One', sans-serif; --font-family-title: 'Klee One', sans-serif;
}