/* BOXALMATCH — Gilda Cobra: imports the shared legacy theme, then overrides the accent. */
@import url("main.css");
:root {
    --primary-color: #6F8D48;
    --primary-shade-color: #E74B5E;
}
