/**
 here as seperate mixin, because nested don't work with slotted
 https://github.com/postcss/postcss-nested/issues/148
 */
@define-mixin box-hover {
    transition: background 0.8s, color 0.25s 0.0833333333s;
    box-shadow: var(--monster-box-shadow-2)
} 
