:root {
    --main-bg: #f0f3f6;
    --main-color: #273a4e;
}

html {
    font-size: 16px; /* Sets the base font size */
}

body {
    font: normal normal normal 13px/1.4em brandon-grot-w01-light,sans-serif;
    line-height: 1.5; /* Adjust line spacing for readability */
    color: var(--main-color); /* Optional: Set a default text color */
    background: var(--main-bg);
}

h1 {
    font-size: 2.375rem;
    line-height: 1.3;
}

h2 {
    font-size: 1.875rem;
    line-height: normal
}

h3 {
    font-size: 1.375rem;
    line-height: 1.5;
}

.btn {
    min-width: 4.5rem;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--main-color);
    padding-left: 35px;
    padding-right: 35px;
    height: 50px;
    text-decoration: none;
    font-size: 1.125em;
    width: fit-content;
    border: none;
}

.btn:disabled {
    background-color: #dadada;
    color: #000000;
    border: solid #dadada;
}

.k-calendar > .k-header {
    color: white;
    background-color: var(--main-color);
    text-transform: capitalize;
}

    .k-calendar > .k-header .k-link.k-state-hover {
        background-color: #52667c;
        color: #ffffff;
    }

.k-calendar td.k-state-selected .k-link {
    background-color: var(--main-color);
}

/* Links & Buttons */
.btn-primary:hover {
    background-color: #52667c;
    color: white;
}

.btn-check:checked + .btn {
    color: white !important;
    background-color: var(--main-color) !important;
}

#FooterPerso {
    background-color: var(--main-bg);
}
