$calendarBackground = alpha(#3f4458, 0.98)
$calendarBorderColor = #3f4458

$monthForeground = #fff
$monthBackground = transparent

$weekdaysBackground = transparent
$weekdaysForeground = #fff

$dayForeground = alpha(white, 0.95)
$dayHoverBackground = lighten($calendarBackground, 25%)

$todayColor = #eee
$today_fg_color = #3f4458

$selectedDayBackground = #80CBC4

@require "../flatpickr"
