/**
 * @since 1.0.20
 * @version 1.0.20
 */
@use 'themes'
@use 'styles'

// Global Elements Library Styles
// This file imports the base variables and can contain any global resets
// that should apply to the host environment when using Elements.

*, *::before, *::after
  box-sizing: border-box
