.fc-toolbar-title {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}

.fc-col-header-cell,
.fc-daygrid-day-top a,
.fc-daygrid-day-top .hebrew-date,
.fc-day-today {
    color: inherit;
    font-family: inherit;
}

.fc-daygrid-day-top{
    justify-content: space-between;
    padding: 10px;
}

.fc-event{
    color: white;
    font-family: inherit;
}

.fc-day-today {
    box-shadow: inset 0 0 0 2px #0073aa;
}


.fc-scroller {
    height: fit-content;
}