// Global color settings

:root {
  // Define CSS custom properties for default color scheme
  @include grav-color-scheme-props($grav-co-scheme-default-name, $grav-co-scheme-default-dark-name);

  // Apply default color scheme with a fallback for older
  // browsers that do not support CSS custom properties.
  @include grav-color-scheme-apply(true);

  // Used by the smart border mixin
  --grav-co-transparent: transparent;
}
