element.style {
}
.navbar-mobile__dropdown-content .navbar__link {
    position: relative;
    font-weight: 600;
    color: #0A0A0A;
  
  }
.navbar-mobile__dropdown-content .navbar__link
{
    position: relative;
   font-weight: 600;
   color: #0A0A0A;
  background-color:#F8F8F2;
  
  }
:root {
    --custom-color-button-accept-cookie: #07C095;
    --custom-color-button-refuse-cookie: #D50F0F;
    --custom-color-top-bar-background: #F8F8F2;
    --custom-color-top-bar-links-and-icons: #0A0A0A;
    --custom-color-footer-background: #F8F8F2;
    --custom-color-footer-links-and-icons: #0A0A0A;
    --custom-color-for-graphic-elements: #0A0A0A;
    --custom-color-for-button-font: #0A0A0A;
    --custom-color-for-button-background: #F8F8F2;
    --custom-color-for-maps-pin-and-search-area: #1E3440;
}