body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.nav-link.active {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 6px;
}

.card {
    border-radius: 12px;
}

code {
    word-break: break-all;
}
