/* Test CSS file for cache testing */
:root {
    --test-color: #27ae60;
}

.cached-style {
    color: var(--test-color);
    font-weight: bold;
}

/* This file should be cached according to static asset rules */