@font-face {
    font-family: 'MavenProRegular';
    src: url('../fonts/MavenPro/Regular/maven_pro_regular-webfont.eot');
    src: url('../fonts/MavenPro/Regular/maven_pro_regular-webfont.eot?#iefix') format('eot'),
         url('../fonts/MavenPro/Regular/maven_pro_regular-webfont.woff') format('woff'),
         url('../fonts/MavenPro/Regular/maven_pro_regular-webfont.ttf') format('truetype'),
         url('../fonts/MavenPro/Regular/maven_pro_regular-webfont.svg#webfontOM8fITNz') format('svg');
    font-weight: normal;
    font-style: normal;
}
.brand {
	font-family: MavenProRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pattern-background {
	background-image: url(../img/background-pattern.svg);
}
@media (min-width: 768px) {
	.last-step {
		background-image: url(../img/left-red-wave.svg);
	}
}
