@font-face {
	font-family: 'Tiempos Headline';
	src: url('TiemposHeadline-Light.woff2') format('woff2'),
		url('TiemposHeadline-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'Suisse Intl';
	src: url('SuisseIntl-Italic.woff2') format('woff2'),
		url('SuisseIntl-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: block;
}

@font-face {
	font-family: 'Suisse Intl';
	src: url('SuisseIntl-MediumItalic.woff2') format('woff2'),
		url('SuisseIntl-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: block;
}

@font-face {
	font-family: 'Suisse Intl';
	src: url('SuisseIntl-Regular.woff2') format('woff2'),
		url('SuisseIntl-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'Suisse Intl';
	src: url('SuisseIntl-Medium.woff2') format('woff2'),
		url('SuisseIntl-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'The Yoshi';
	src: url('TheYoshi.woff2') format('woff2'),
		url('TheYoshi.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

body {
	font-family: Suisse Intl;
	font-weight: normal;
	color: #402020;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Tiempos Headline, cursive;
	font-weight: 300;
	font-style: normal;
}

.line:after {
	content: "";
	flex: 1 1;
	border-bottom: 1px solid #F42E34;
	margin: auto;
	margin-left: 12px;
}

.line-alt:before {
	content: "";
	flex: 1 1;
	border-bottom: 1px solid #F42E34;
	margin: auto;
	margin-right: 12px;
}

.text-8xl {
	font-size: 4.5rem;
	line-height: 1;
}

.text-9xl {
	font-size: 6.5rem;
	line-height: 1;
}

.text-10xl {
	font-size: 8.5rem;
	line-height: 1;
}

.font-yoshi {
	font-family: The Yoshi;
}

.font-suisse {
	font-family: Suisse Intl;
	font-weight: 300;
}

.font-tiempos {
	font-family: Tiempos Headline;
	font-weight: 300;
	font-style: normal;
}

.text-red {
	color: #F42E34;
}

.bg-gray-one {
	background-color: #EEECEA;
}

.bg-gray-two {
	background-color: #CBC3BC;
}

.bg-gray-three {
	background-color: #402020;
}

.bg-red {
	background-color: #F42E34;
}

.border-red {
	--tw-border-opacity: 1;
	border-color: rgb(244 46 52 / var(--tw-border-opacity));
}

.border-gray-two {
	--tw-border-opacity: 1;
	border-color: rgb(121 118 111 / var(--tw-border-opacity));
}

.hide-desktop {
	display: none !important;
}


.remodal {
	max-width: 100%;
}

.remodal-wrapper {
	padding: 0;
}

.remodal-overlay {
	background: #402020;
}

.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #ECEBE8;
	background: #402020;
}

.remodal,
.remodal-wrapper:after {
	vertical-align: top;
}

.remodal-close,
.remodal-close:before {
	right: 0;
	width: 45px;
	left: auto;
	color: #ECEBE8;
}

.process .entry {
	margin-left: 60%;
}

.process .entry:nth-child(3) {
	margin-left: 0%;
}

p.quote.leading-relaxed {
	line-height: 1.35 !important;
}

.testimonial.home {
	height: 48rem;
}

.activity {
	height: 35rem;
}

.work {
	height: 35rem;
}

.indicators .bg-white {
	background-color: #79766F !important;
}

.indicators .bg-white\/50 {
	background-color: rgb(0 0 0 / 0.25);
}

.indicators .hover\:bg-white:hover {
	background-color: #79766F !important;
}

.txt-rotate>.wrap {
	padding-left: 3px;
	border-right: 0px !important;
}

@media screen and (max-width: 800px) {
	.hide-mobile {
		display: none !important;
	}

	.hide-desktop {
		display: block !important;
	}

	.process .entry {
		margin-left: 0%;
	}

	.testimonial.home {
		height: 41rem;
	}

	.text-10xl {
		font-size: 6.5rem;
		line-height: 1;
	}

	.activity {
		height: 32rem;
	}

	.work {
		height: 10rem;
	}
}