@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk&family=Staatliches&display=swap');


	

	h1, h2, h3, h4, h5 {
		
		font-family: 'Staatliches', cursive;
	}

h1 {
		
		font-size: 5rem;
		line-height: 0.85;
		
	}



/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
		color: #000000;
	}


		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}
/*
	h3 {
		font-size: 1.25rem;
		margin: 0 0 1.5rem 0;
	}

	h4 {
		font-size: 1rem;
	}

	h5 {
		font-size: 0.9rem;
	}

	h6 {
		font-size: 0.8rem;
	}
*/
	p {
		/* font-size: 90%; */
		font-family: 'Space Grotesk', sans-serif;
	}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

@media (max-width: 800px) {
	
	h1 {
		font-size: 4rem;
	}
	
}
