html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #1f2933;
  background: #ffffff;
}

h1,
h2,
h3,
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  display: block;
}
img {
  display: block;
  max-width: 100%;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}

.langSelector {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 3px;
  gap: 2px;
  border: 1px solid #D6DCE6;
  border-radius: 999px;
  background: #FFFFFF;
  color: #4B5563;
  line-height: 1;
}
.langSelector button {
  box-sizing: border-box;
  min-width: 40px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #4B5563;
}
.langSelector button:hover {
  color: #E30613;
}
.langSelector button.isActive {
  background: #1F2933;
  color: #FFFFFF;
}
.langSelector span {
  color: #D6DCE6;
  font-size: 0.8125rem;
}

:focus-visible {
  outline: 3px solid #e02030;
  outline-offset: 3px;
}
:focus:not(:focus-visible) {
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #f70000;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
