:root {
  --theme-font-family: 'Mont', sans-serif !important;
  --theme-font-weight: 400 !important;
  --theme-font-size: 0.8rem !important;
  --tblr-font-weight-light: 200;
  --tblr-font-weight-normal: 300;
  --tblr-font-weight-medium: 600;
  --tblr-font-weight-bold: 800;
  --tblr-nav-link-font-size: 1rem;
}

body {
  font-family: var(--theme-font-family);
  font-weight: var(--theme-font-weight);
  font-size: var(--theme-font-size);
}

/* Start Translator */
.gt_float_switcher {
  border-radius: 10px !important;
  background: #e9f0ff !important;
}

.gt_float_switcher .gt-selected {
  background-color: #fff !important;
}

.gt_float_switcher .gt_options a {
  display: block;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  color: #444;
  transition: color .4s linear;
}

.gt_float_switcher img {
  border: 1px solid gray;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  display: none;
  font-family: var(--theme-font-family) !important;
}

.nturl {
  font-size: 0;
  color: transparent;
}

.nturl img {
  display: inline-block;
  vertical-align: middle;
}
/* End Translator */

[data-bs-theme=dark] .navbar-brand-autodark .navbar-brand-image {
  filter: none;
}

.navbar .navbar-brand a:hover {
  text-decoration: none;
}

.navbar .navbar-brand-span {
  font-size: 1.3rem;
  position: relative;
  top: 2px;
}

.navbar .navbar-brand-span:hover {
  opacity: 0.9;
}

.focus-outline:focus {
  outline: none;
  box-shadow: none;
}

.valuta_footer img {
  margin: 5px !important;
  width: 36px !important;
  height: 36px !important;
}

.form_cap {
  background-color: var(--tblr-bg-forms) !important;
  background-size: 89px !important;
  padding-left: 100px !important;
}