html {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-feature-settings: 'cv03', 'cv04', 'cv11';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: #2563eb;
    color: #ffffff;
}

.dark ::selection {
    background-color: #60a5fa;
    color: #1e293b;
}

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

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 4px;
}

.dark ::-webkit-scrollbar-thumb {
    background-color: #475569;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #94a3b8;
}

.dark ::-webkit-scrollbar-thumb:hover {
    background-color: #64748b;
}

.animate-on-load {
    opacity: 0;
}

[x-cloak] {
    display: none !important;
}