/* env.css (variable definitions) is loaded by each template via its own
   <link> tag so the ?{{ revision }} cache-buster propagates. Do NOT
   re-introduce @import here — its URL stays static and bypasses the
   buster, which strands clients on stale variable sets after a deploy. */

body::before {
    content:"BRAVO";
    background-color: var(--slot-bravo-bg);
    color: var(--slot-bravo-fg);
}
