/**
 * Cores da marca Abelle — reutilizáveis na plataforma
 */
:root {
    --abelle-vinho: #6b4458;
    --abelle-vinho-dark: #523443;
    --abelle-vinho-light: #8b5e6e;
    --abelle-vinho-muted: rgba(107, 68, 88, 0.12);
    --abelle-plum: #5e3c50;
    --abelle-slate: #456570;
    --abelle-slate-muted: rgba(69, 101, 112, 0.15);
}
