/* BearingCW — Global styles */

html, body {
    font-family: 'Inter', 'Roboto', sans-serif;
    height: 100%;
}

.mud-nav-link.active {
    background-color: rgba(21, 101, 192, 0.12) !important;
}

/* Utility classes */
.cursor-pointer {
    cursor: pointer;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
