/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.gray-700 {
  color: var(--theme-palette-color-8);
}

.ct-header {
  margin-block: 40px;
}

/** INVCUT HELPERS **/
:root {
  --invcut-radius: 24px;
}

.invcut-container {
  position: absolute;
  width: var(--invcut-radius);
  height: var(--invcut-radius);
}

/* for bottom */
.invcut-bl-before {
  bottom: 0;
  left: calc(-1 * var(--invcut-radius));
  transform: rotate(270deg);
}

.invcut-bl-after {
  top: calc(-1 * var(--invcut-radius));
  right: 20px;
  transform: rotate(-90deg);
}