@font-face {
	font-family: rubik;
	src: url(fonts/rubik.ttf);
}

body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.title-font {
	font-family: rubik, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.heading-font {
	color: #ef233c;
	font-size: 5vw;
	font-weight: 500;
	user-select: none;
	font-family: rubik;
}

@media only screen and (max-width: 600px) {

	.heading-font {
		font-size: 6vw;
	}

}