@font-face {
	font-family: 'increments-medium';
	src: url('/fonts/IIIncrementsSans-Medium.woff2');
}
* {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	font-style: normal;
	color: #000;
	margin: 0;
	padding: 0;
}
::selection {
  background: #000; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #000; /* Gecko Browsers */
  color: #fff;
}
html,
body {
	width: 100%;
}
main {
	width: 100%;
	overflow-x: hidden;
}
p {
	font-family: 'increments-medium', sans-serif;
	font-size: 7vw;
	line-height: 0.9;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0rem;
	
}

p.outlined {
	color: #000;
	-webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 0.125vw;
	-webkit-text-stroke-color: #000;
}
p:first-of-type {
	margin-top: 5px;
}

@media screen and (max-width: 1366px) {
	p.outlined {
	}
}

@media screen and (max-width: 768px) {
	p.outlined {
	}
}