@font-face {
    font-family: 'VAGRoundedStd-Black';
    src: url('/fonts/VAGRoundedStd-Black.eot?#iefix') format('embedded-opentype'),
    url('/fonts/VAGRoundedStd-Black.otf')  format('opentype'),
    url('/fonts/VAGRoundedStd-Black.woff') format('woff'),
    url('/fonts/VAGRoundedStd-Black.ttf')  format('truetype'),
    url('/fonts/VAGRoundedStd-Black.svg#VAGRoundedStd-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

main {
    background-color: #EBF2FB;
}

.header-logo {
    max-width: 225px;
}

.small-logo {
    max-width: 110px;
}

.header-title {
    background-color: #006EB9;
    color: #fff;
    font-size: 27px;
}

.v-field .v-field__overlay {
    background-color: #d6e5f6;
}

.navigation-button {
    aspect-ratio: 1 / 1;
    width: 100%;
}

.calendar-grid > .calendar-day:hover {
    background-color: rgba(0, 110, 185, 0.1);
}

.badge {
    font-size: 14vw;
}

.status-icon {
    font-size: 16px;
}

.status-icon:before {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, .text-h1, .text-h2, .text-h3, .text-h4, .text-h5, .text-h6, .v-footer, .rodger-font {
    font-family: 'VAGRoundedStd-Black', sans-serif;
}