////
///
/// Root and Theme Styles
/// ===========================================================================
///
/// Base styles for the document root and theme variations.
/// Establishes visibility inheritance and provides hooks for
/// light/dark theme CSS custom property overrides.
///
/// @group Root
/// @author Scape Press
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

// ============================================================================
// Root Styles
// ============================================================================

:root,
[theme="light"] {
}
