/*
 * VF Portal theme variables.
 * Only the base tokens — everything else is derived in overrides.css.
 */
:root {
  --brand: #5b9c64;                          /* accent color        */
  --dark:  #515151;                          /* primary text / dark */
  --bg:    #ffffff;                          /* page background     */
  --font:  "Open Sans", arial, sans-serif;   /* body font           */

  --mb-default-font-family: var(--font) !important;
}
