@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    background-color: rgb(247, 249, 252);
    font-family: 'DM Sans', sans-serif;
}

.flex-basis-0 {
    flex-basis: 0;
}

.dropdown .dropdown-item:active {
    background-color: black !important;
}