html, body { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }


@font-face{
  font-family:'Inter';
  src:url('../fonts/inter/inter-v20-latin_latin-ext-600.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('../fonts/inter/inter-v20-latin_latin-ext-600italic.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('../fonts/inter/inter-v20-latin_latin-ext-700.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('../fonts/inter/inter-v20-latin_latin-ext-700italic.woff2') format('woff2');
  font-weight:800;
  font-style:normal;
  font-display:swap;
}


a {
  text-decoration: none;
  transition: transform 0.3s;
}

a:hover {
  transform: scale(1.07);
}

/* Mobile tap feedback */
a:active {
  opacity: 0.6;
  transform: scale(0.97);
    background-color: #DAEAFF;

}

/* .navlink:active,
.kbtn:active,
.bnBtn:active {
  transform: scale(0.97);
  opacity: 0.7;
  background-color: #DAEAFF;
} */

/* Премахва синята iOS рамка */
a {
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.15s ease, opacity 0.15s ease;
}