@use "sass:math";

@import "color";

$MONTH_WIDTH: 301px;
$MARGIN_BETWEEN_MONTHS: 48px;
$DAY_SIZE: math.div($MONTH_WIDTH, 7);
$HOVERED_COLOR: $smoke;
$DISASBLED_COLOR: $gray-40;
// Vertical
$MONTH_NAME_HEIGHT: 40px;
$WEEKDAYS_HEIGHT: 1rem;