/*
* Global button styling
*/
/*
* Breakpoint debugging
*/
/*
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* SASS Parent append
* Useful if you want to add an append to the parent without writing it out again
* Usage: @include parent-append(":hover")
* Source: https://codepen.io/imkremen/pen/RMVBvq
*/
/*
* Skew
* Useful mixing to create skewed edges
* Usage: @include angle-edge(bottomright, 3deg, topleft, 3deg, #fff);
* Source: http://www.hongkiat.com/blog/skewed-edges-css/
*/
.block-animated-header {
  font-size: clamp(6rem, 10vw, 15rem);
}
.block-animated-header span {
  display: block;
}
.block-animated-header span.top {
  text-align: left;
}
.block-animated-header span.bottom {
  text-align: right;
}/*# sourceMappingURL=block-animated-header.css.map */