:root {
    --background: #eee;
    --background-card: #fff;
    --theme-color: dodgerblue;
    --theme-secondary: rgb(0, 104, 215);
    --green: rgb(75, 181, 67);
    --red: crimson;
    --yellow: rgb(255, 175, 54);
    --purple: #b374d2;
    --text-color: #112;
    --text-secondary: #445;
    --footer-bg: #222;
    --footer-secondary: #666;
    --footer-tertiary: #888;
    --fieldset-border: #ccc;
    --fieldset-bg: #fff;
    --inner-fieldset-border: #ddd;
    --inner-fieldset-bg: #eee;
    --legend-color: #777;
    --input-bg: #eee;
    --input-placeholder: #667;
    --input-color: #667;
    --gradient: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(0,0,0,0));
    --text-gradient: linear-gradient(to bottom, rgba(90,204,255,1), dodgerblue);
    --dark: #333;
}
