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