:root {
    /* Base Backgrounds */
    --login-page-bg: #5f5ba8;
    --roster-page-bg: #333;
    --color-bg:         #333;

    /* Text Colors */
    --color-text:       #ccc;
    --color-text-muted: #aaa;
  
    /* Accent & Link */
    --color-accent:     #5f5ba8;
    --color-accent-hover: #ffffff;
  
    /* Status Colors */
    --color-success:    #154d2d;
    --color-error:      #4d1515;
    --color-info:       #1a1a4d;
  
  }