html, body {
    font-family: "Inter", sans-serif;
}

h1:focus {
    outline: none;
}


.mud-nav-link.ignore .mud-nav-link-text {
    margin-left: 0 !important;
}

.custom-alert > div {
    align-items: center !important;
}

.sl-logo {
    height: 34px !important;
}

.short-listed {
    border-color: var(--mud-palette-success) !important;
    background-color: #f7fff3 !important;
}

.mud-expand-panel.mud-expand-panel-border {
    border: 1px solid #e2e2e2 !important;
}


.fs-lg {
    font-size: larger !important;
}

.fs-x-lg {
    font-size: x-large !important;
}

.fs-xx-lg, .fs-xx-lg svg {
    font-size: xx-large !important;
}