/**
 * Custom SLDS Variables
 * 
 * This file contains missing SLDS global styling hooks that are not defined
 * in the current version of slds-plus.css but are referenced by Lightning components.
 * 
 * These variables should be removed if/when they are added to the official SLDS.
 */

:root {
  /* Missing disabled color variables */
  --slds-g-color-disabled-2: #939393;
  
  /* Additional disabled variables that might be needed */
  --slds-g-color-border-disabled-2: #c9c9c9;
}
