body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fbf9f9;
    min-height: max(884px, 100dvh);
}
/* Custom scrollbar for webkit */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #e3e2e2;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #c5c9ae;
}
.dotted-leader {
    flex-grow: 1;
    border-bottom: 2px dotted #e5e2e1;
    margin: 0 10px;
    position: relative;
    top: -6px;
}
