html {
    color-scheme: light;
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img,
video {
    display: block;
}

input,
textarea,
select,
button {
    -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(142, 194, 219, 0.18);
}

::-webkit-scrollbar-thumb {
    background: rgba(74, 144, 180, 0.38);
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(74, 144, 180, 0.55);
}
