@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maname&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kulim+Park:ital,wght@0,400;0,600;1,400;1,600&display=swap');


:root {
  --primary: #6e796c;
  --primary-rgb: 110, 121, 108;
  --bs-primary: #6e796c;
  --bs-primary-rgb: 110, 121, 108;
}

.navbar__menu-item.active > .navbar__menu-link, .navbar__menu-item.active > .navbar__menu-link .navbar__menu-item .active {
  color: #5e8857;
}

a:hover, .eshop-menu__link--button:hover, button.navbar__menu-link:hover {
  color: #6e796c;
  text-decoration: underline;
}

.btn-primary:hover, .motto__button-link:hover, .locked__submit:hover, .search-form__search-button:hover, .minicart__button-cart:hover, .account-button:hover, .promo-code__submit:hover, .cart-button:hover, .product-page__cart-button:hover, .add-comment__button--submit:hover, .comment__reply:hover {
  background-color: #515c53;
  border-color: #515c53;
}

.filter-default {
  filter: invert(47%) sepia(56%) saturate(138%) hue-rotate(85deg) brightness(81%) contrast(53%);
}

.navbar__menu-item {

  font-family: "Special Elite", system-ui;
  font-weight: 600;
  font-style: normal;
}

/*headline*/
h6,
.h6,
h5,
.h5,
h4,
.cart-form__title,
.account-form__title,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {

  font-family: "Special Elite", system-ui;
  font-weight: 600;
  font-style: normal;
}

/* paragraph */
p,
.p
{
  font-family: "Special Elite", system-ui;
  font-weight: 200;
  font-style: normal;
}

li, .li, 
ul, .ul
{
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

.footer .section-contact {
  text-shadow: none;
}

