@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');

*{
	box-sizing: border-box;
}
body{
	font-family: 'Work Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
	text-decoration: none;
	color: #000000;
}


/* Elements */
.white{
	color: #ffffff;
}
.grey{
	color: #96938E;
}
.brand{
	color: #a01a1e;
}
.black{
	color: #000000;
}

.subtitle{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	display: block;
}
.title{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 64px;
	line-height: 80px;
}
.title_sm{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 120%;
}
.text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;	
}
.ttu{
	text-transform: uppercase;
}
.center_text{
	text-align: center;
}
.flex_container{
	display: flex;
}
.f_medium{
	font-weight: 500;
}