/**
 * Include CSS Shims.
 * 
 * Includes fixes and compatibility shims for the Hollow Theme 
 * and the Hollow Component Library, as well as the Big Tuna 
 * Plugin Suite.
 *
 * @link       https://bigtuna.com/
 * @since      1.0.0
 *
 * @package    Big_Tuna_Pro
 * @subpackage Big_Tuna_Pro/fontawesome
 * @author     Christopher McRoy, Big Tuna
 */

/* Overwrite Hollow Default Colors with e-globals */
body {
  --defaultMainColor: var(--e-global-color-primary);
  --defaultMainDark: var(--e-global-color-secondary);
  --defaultMainAccent: var(--e-global-color-accent);
}