@use 'variables' as *; @use 'colors' as *; @use 'mixins'; @use 'classes'; @use 'components'; * { font-family: $font-family; } popover>contents, calendar { background: $onPrimaryContainer; } button:hover { background: $primary; } image { padding: 0 0.25rem; }