/*

theme-dark.css

Description:
The dark color scheme overrides for the website.

*/
.dark {
    --bg: #151A29;
    --primary-text-color: #ffffff;
    --contrast-color: #000000;
    --image-placeholder-color: #C2C9E0;
    --highlight-1: #59F28A;
    --text-group-1: #5B9BD5;
    --text-group-2: #183D5E;
    --text-group-3: #B7CDB7;
    --text-group-4: #263626;
    --text-underline-1: #A24A0E;
    --hyperlink-color: #40abe9;
    --hyperlink-when-pressed: #ad8282;
    --hyperlink-when-visited: #cb9fcb;
    /* Opposite Color Scheme */
    --op-bg: #ffffff;
    --op-primary-text-color: #000000;
    --op-contrast-color: #ffffff;
    --op-image-placeholder-color: #A6B0D2;
    --op-highlight-1: #096D28;
    --op-text-group-1: #63A0D7;
    --op-text-group-2: #A0C6E8;
    --op-text-group-3: #B7CDB7;
    --op-text-group-4: #263626;
    --op-text-underline-1: #ED7C2F;
    --op-hyperlink-color: #0000FF;
    --op-hyperlink-when-pressed: #FF0000;
    --op-hyperlink-when-visited: #800080;
}