/*
 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
*/
body {
  background-image: url(https://stavary.alessykora.cz/wp-content/uploads/2024/12/concrete.webp);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
body::before {
  background-image: repeating-linear-gradient(
    260deg,
    var(--primary-ultra-dark),
    var(--black-trans-70)
  );
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
