:root {
    /*FullCalendar customized variables*/
    /*--fc-today-bg-color: #2ee4d911;*/
    --fc-button-text-color: #333333;
    --fc-button-bg-color: #f8fafb;
    --fc-button-border-color: #e5e9ec;
    --fc-button-hover-bg-color: var(--primary-color);
    --fc-button-hover-border-color: var(--primary-color);
    --fc-event-text-color: var(--reservation-text-color);
    --fc-small-font-size: 0.9em;
    --fc-bg-event-opacity: 0.6; /*Due to a bug in FullCalendar background event display, opacity is also applied to the event text, which makes in hard to read; this is why we override original opacity setting of 0.3*/
}