@import '../../../themes/default.scss';

$calendar-bg: #FFFFFF;
$button-hover-bg: rgba($color-main, 0.1);
$button-color: $color-text-1;
$cell-hover-bg: rgba($color-main, 0.1);
$cell-today: $color-main;
$cell-selected: $color-main;
$cell-selected-color: $color-white;
$cell-text: $color-text-1;
$day-text: rgba($color-text-1, 0.5);
$color-weekend: #e53935;
