
@font-face {
    font-family: 'LuckiestGuy';
    src: url('dobble/LuckiestGuy-Regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('dobble/LuckiestGuy-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 

body {
	font-family: Helvetica, Sans-Serif;
	font-size: 1.5rem;
	background-color: #9D5DB8;
}

.dobble-font {
	font-family: LuckiestGuy;
	font-weight: normal !important;
}

.content-yellow {
	background-image: url('dobble/tiled_bg_pattern_720_yellow.png');
	background-repeat: repeat;
	background-color: #FFDF21;
}

.text-black {
	color: #000000;
}

.text-purple {
	color: #9D5DB8;
}

.text-large {
	font-size: 1.8rem;
	font-weight: bold;
}

.text-medium {
	font-size: 1.3rem;
	font-weight: bold;
}

.curve-purple {
	height: 144px;
	background-image: url('dobble/ellipse_purple_footer.png');
	background-position: center top;
}

.footer {
	font-size: 0.7rem;
	color: #FFFFFF;
	max-width: 650px;
	margin: 0 auto;
}