.bone-text { color: #EAE0D0 !important; }
.primary-color { color: #682128 !important; }

/* Skeleton loader */
.skeleton-row {
    height: 80px;
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    margin-bottom: 1rem;
    animation: pulse 1.8s infinite;
}
@keyframes pulse {
    0%   { opacity: 0.6; }
    50%  { opacity: 1; }
    100% { opacity: 0.6; }
}

/* Tabs scrollable */
#week-tabs {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
}
#week-tabs .nav-link {
    color: #EAE0D0 !important;
    font-weight: 500;
}
#week-tabs .nav-link.active {
    background: #ffffff;
    color: #682128 !important;
    font-weight: 700;
}
