
/* Size colors */
body {
--background-1: #ffffff;
--background-2: #ede2d8;
--foreground: #822832;
--selected: #eee5da;
--gray: #242424;
--green: #822832;
--gray: #822832;
}

/* Mail icon styles*/
path, rect, circle, text, polygon {
    fill: #0c2e28;
    stroke: transparent;
}
