// global width
// .home #content {
//   max-width: calc(580px + 10%);
// }

// Homepage Block Seperator
.wp-block-separator {
  background: $secondary-color;
}

// Active Grey Background Color Change
.atomion-bg-grey {
  background: rgba($secondary-color, 0.5);
}

// Cover Block extra class on homepage
.black {
  color: $black !important;
}