@charset "utf-8";

:root {
    --body-background-color: white;
    --body-foreground-color: #111111;
    --body-link-color: #333333;
    --header-background-color: rgba(25, 70, 153, 0.95);
    --header-foreground-color: white;
    --header-link-color: whitesmoke;
    --header-logo-url: url("img/REUDO-logo-white.png");
}
