@import '/static/laniakea/css/color-bt.css';
@import '/static/laniakea/css/fonts.css';

:root {
    --bs-body-bg: #f9f9f9;
}

body {
    background-color: var(--bs-body-bg);
    min-height: 100vh;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: -0.3px;
}

.nav-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.nav-avatar-placeholder {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
}

.toast-container { z-index: 1090; }

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    margin-bottom: -36px;
}
