:root {
  --primary: #026779;       /* main brand color */
  --secondary: #830051;     /* Secondary brand color */
  --background: #fafafa;    /* page background */
  --text-color: #000000;    /* default text */
  --muted-color: #7a7a7a;   /* muted text, small text, helper text */
  --card-bg: #ffffff;        /* card background */
  --border-color: #e9ecef;  /* general borders */
}