@font-face {
	font-family: Streetbomber;
	font-style: normal;
	src: url("../fonts/streetbomber.woff") format('woff');
}

:root {
	--streetbomber: "Streetbomber", serif;
}

body, input::placeholder {
	padding: 0;
	margin: 0;
    position: relative;
  	font-family: "Inter", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}

em {
	font-style: italic;
}

strong {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p, blockquote {
	margin-block-start: .375rem;
	margin-block-end: .25rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: "Unbounded", sans-serif;
	font-weight: 700;
}

h1, h2, h3 {
	line-height: 1.1;
}

h1 {
	font-size: 3.5rem;
}

h2 {
	font-size: 2.75rem;
}

h3 {
	font-size: 2.5rem;
	font-weight: 700;
}

h4 {
	font-size: 2rem;
	font-weight: 700;
}

h5 {
	font-size: 1.5rem;
}

h6, p {
	font-size: 1rem;
}

h6 {
	font-weight: 600;
}

.h1 {
	font-size: 3.5rem;
}

.h2 {
	font-size: 2.75rem;
}

.h3 {
	font-size: 2.5rem;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}

.h4 {
	font-size: 2rem;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}

.h5, .h6, .p {
	font-size: 1rem;
}

.p {
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.eyebrow {
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

.unbounded, .navigation__links a, footer li a {
	font-family: "Unbounded", sans-serif;
	font-weight: 700;
}

.streetbomber {
	font-family: "Streetbomber", sans-serif;
	font-weight: 400;
	font-size: 1.5em;
}

/******/
/* MEDIA QUERIES */
/******/

@media screen and (min-width: 48rem) {
	
	
	
}

@media screen and (max-width: 47.9375rem) {
	
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.125rem;
	}

	h4 {
		font-size: 1.0625rem;
	}
	
	h5 {
		font-size: 1rem;
	}

	.h1 {
		font-size: 2rem;
	}

	.h2 {
		font-size: 1.5rem;
	}

	.h3 {
		font-size: 1.125rem;
	}

	.h4 {
		font-size: 1.0625rem;
	}
	
	.h5 {
		font-size: 1rem;
	}

}