@font-face {
  font-family: "RaceToSpace";
  src: url("/fonts/RaceToSpaceRegular.otf") format("opentype") tech(color-COLRv1);
}

.header-link{
	font-family: RaceToSpace;
	font-size: 2rem;
	color: black;
	text-decoration: none;
}

#header-info{
	background: #8ba187;
	color: white;
}

#footer-copy{
	background: black;
	color: white;
}

.social-link{
	width: 2.5rem;
	display: block;
}

.social-link img{
	width: 100%;
}

.picto{
	width: 1.5rem;
	height: 1.5rem;
}

.link{
	text-decoration: none;
	color: black;
}

.footer-link{
	text-decoration: none;
	color: #232322;
	display: block;
}