body {
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --bs-body-color: var(--bs-light-text-emphasis)
}

html[data-bs-theme=light] body {
    background-color: #f7f6f3;
    color: #444
}

html[data-bs-theme=dark] body {
    background-color: #212529;
    color: #f7f6f3
}

html[data-bs-theme=light] .tooltip {
    --bs-tooltip-bg: #212529;
    --bs-tooltip-color: #f7f6f3
}

html[data-bs-theme=dark] .tooltip {
    --bs-tooltip-bg: #f7f6f3;
    --bs-tooltip-color: #444
}

.btn, .dropdown-item, .nav-link, body, input, option, select, small, span {
    font-weight: 500
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

.tooltip .tooltip-arrow {
    display: none !important
}

.favicon {
    height: 18px;
    width: 18px;
    margin-right: .3rem;
    border-radius: .3rem
}

.bspott-slide {
    z-index: 99999;
    position: fixed;
    bottom: 10px;
    right: 10px
}

.slider-close {
    position: absolute;
    top: -20px;
    left: -20px;
    transition: transform .3s ease
}

.hover, .hover-effect {
    opacity: .9;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1)
}

.hover:hover, .hover-effect:hover {
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 .8rem 1.3rem rgba(0, 0, 0, .12) !important
}

.masonry-col {
    width: 149px
}

.bspott {
    border-radius: 1rem
}
