﻿:root {
    --bim-color1: #9a4186;
    --bim-color2: #7a2a81;
}

svg.svg path {
    fill: var(--bim-color1);
    stroke: none;
}