/* Custom styles */
@font-face {
    font-family: 'Sarabun';
    src: url('https://fonts.googleapis.com/css2?family=Sarabun:wght@400;700&display=swap');
}

body {
    font-family: 'Sarabun', 'Source Sans Pro', sans-serif;
}

.table-status-free {
    background-color: #28a745 !important;
    color: white;
}

.table-status-occupied {
    background-color: #dc3545 !important;
    color: white;
}

.table-status-reserved {
    background-color: #ffc107 !important;
    color: black;
}

.menu-item-unavailable {
    opacity: 0.5;
}