:root {
    --themecolor: #3E45EB;
    --themecolor-hover: #3E45EB;

    --blue: #2d91a8;
}

body {
    color: var(--themecolor);
}
