body {
    font-family: 'Geist Sans', sans-serif;
}

::selection {
    background-color: #06737b41;
    color: #85d2fe;
}

::-moz-selection {
    background-color: #06737b41;
    color: #85d2fe;
}

.hyperlink {
    color:#3997ce;
}

/*

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

::-webkit-scrollbar-track {
    background: #18181b;
}

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

::-webkit-scrollbar-thumb:hover {
    background: #71717a;
}

*/