body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    transition: background-color 0.3s, color 0.3s;
    overflow-x: hidden;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

main .container,
main .container-fluid,
main .row > * {
    min-width: 0;
}

main .table-responsive {
    -webkit-overflow-scrolling: touch;
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nav-link {
    font-weight: 500;
}
