
:root {
    --calendar-color-selected: rgb(26, 115, 232);
    --timeline-color-available: rgb(230, 244, 234);
    --timeline-color-select: rgb(168, 218, 181);
    --timeline-color-selected: rgb(52, 168, 83);
    --timeline-color-reserved: rgb(232, 240, 254);
    --timeline-color-gap: rgb(254, 240, 199);
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
}
