html {
    scroll-behavior: smooth;
    /* Scrollbar joyini har doim rezerv qilib, sahifalar orasidagi
       gorizontal siljishning (layout shift) oldini oladi. */
    scrollbar-gutter: stable;
}

body {
    text-rendering: optimizeLegibility;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

a,
button {
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

input,
button {
    font: inherit;
}

::selection {
    background: #a7f3d0;
    color: #064e3b;
}
