:root {

    /** Animate CSS **/
    /** see https://animate.style/ **/
}

/**

Gutenberg breakpoints
 https://github.com/WordPress/gutenberg/blob/trunk/packages/base-styles/_breakpoints.scss
 */
@media (max-width: 782px) {
    :root body {
    }
}
