html body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI (Custom)", Roboto, "Helvetica Neue", "Open Sans (Custom)", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"
}

.bg-glass {
    backdrop-filter: blur(16px);
}

.tooltip, .tooltip::before, .tooltip::after {
    z-index: 9999999999 !important;
}