/*
Theme Name: Bricks Child Theme
Theme URI: https://bricksbuilder.io/
Description: Use this child theme to extend Bricks.
Author: Bricks
Author URI: https://bricksbuilder.io/
Template: bricks
Version: 1.1
Text Domain: bricks
*/

/* Prevent the homepage rendering before Bricks code-block CSS is parsed. */
body.home {
  animation: startbright-css-ready 0s 140ms backwards;
}

@keyframes startbright-css-ready {
  from { visibility: hidden; }
  to { visibility: visible; }
}

@media (prefers-reduced-motion: reduce) {
  body.home {
    animation-delay: 80ms;
  }
}
/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/