﻿.btn-orange {
    background-color: #E94E2C;
    color: white;
    border: none;
}

.btn-grey {
    background-color: #29282c;
    color: white;
    border: none;
}

.btn-orange:hover {
    background-color: #cc3c1e;
}

body {
    background-color: #29282C;
    color: #f5f5f5; /* optional: lighter default text for contrast */
}

.weekday-labels {
    color: #E94E2C;
    font-weight: 600;
    text-align: center;
}

.border-orange {
    border-color: #E94E2C !important;
}
