html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
}

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

::-webkit-scrollbar-track {
    background: #181a20;
}

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

::-webkit-scrollbar-thumb:hover {
    background: #4b5563;
}

.shared-header,
.shared-footer,
.shared-navigation,
.shared-topbar {
    position: relative;
}

.public-header-stable,
.public-header-stable * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    font-kerning: normal;
    font-synthesis: none;
}

.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.material-icons {
    display: inline-block;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

html:not(.icons-ready) .material-icons,
html:not(.icons-ready) .material-symbols-outlined {
    visibility: hidden;
}

html.icons-ready .material-icons,
html.icons-ready .material-symbols-outlined {
    visibility: visible;
}
