
:root{
    --lighttone-color: 234 0 42;
    --midtone-color: 153 0 23;
    --darktone-color: 18 18 18;
    --accent50-color: 246 246 246;
    --accent100-color: 227 228 228;
    --accent200-color: 208 209 211;
    --accent300-color: 190 191 193;
    --accent400-color: 171 173 175;
    --accent500-color: 152 154 157;
    --accent600-color: 134 136 139;
    --accent700-color: 116 118 121;
    --accent800-color: 98 100 103;
    --accent900-color: 80 82 84;
    --userMenu-color: 255 255 255;

    --font-title: "stratum-2-web", sans-serif;
    --font-subtitle: "Roboto", sans-serif;
    --font-contents: "Roboto", sans-serif;
}