:root {
    /* THEME */
    --edtp-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    --edtp-border-radius-lg: 5px;
    --edtp-border-radius-default: 3px;
    --edtp-font-size-base: 1rem;
    --edtp-font-size-sm: 0.875rem;
    --edtp-font-size-xs: 0.75rem;
    --edtp-font-size-xxs: 0.625rem;
    --edtp-icon-button-size: 24px;
    --edtp-duration-calendars-gap: 1rem;
    --edtp-transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;

    --edtp-container-color: #22292f;
    --edtp-container-background-color: #fff;

    --edtp-header-text-color: #22292f;
    --edtp-header-chevron-color: #22292f;
    --edtp-header-chevron-background-color: transparent;
    --edtp-header-chevron-hover-color: #22292f;
    --edtp-header-chevron-hover-background-color: #f1f5f8;
    --edtp-header-week-color: #a0aec0;

    --edtp-day-size: 42px;
    --edtp-day-color: #22292f;
    --edtp-day-background-color: transparent;
    --edtp-day-hover-color: #22292f;
    --edtp-day-hover-background-color: #a0aec0;
    --edtp-day-between-color: #22292f;
    --edtp-day-between-background-color: #e0e9f0;
    --edtp-day-disabled-color: #8294ab;
    --edtp-day-disabled-background-color: transparent;
    --edtp-day-picked-color: #fff;
    --edtp-day-picked-background-color: #3490dc;
    --edtp-day-today-color: #3490dc;
    --edtp-day-today-background-color: transparent;

    --edtp-week-number-color: #bfc8d4;
    --edtp-week-number-background-color: #f1f5f8;
    
    --edtp-footer-border-width: 1px;
    --edtp-footer-border-color: #a0aec0;
    --edtp-footer-color: #22292f;
    --edtp-footer-background-color: transparent;
    --edtp-footer-empty-color: #a0aec0;
    --edtp-footer-font-weight: normal;

    --edtp-footer-toggle-button-color: #3490dc;
    --edtp-footer-toggle-button-background-color: transparent;
    --edtp-footer-toggle-button-hover-color: #3490dc;
    --edtp-footer-toggle-button-hover-background-color: #f1f5f8;

    --edtp-footer-select-color: #22292f;
    --edtp-footer-select-background-color: #fff;
    --edtp-footer-select-border-color: #a0aec0;
}