@import "../variables";

.wrapper {
	h1 {
		color: @activeColor;
	}
}
