:root {
	font-family: "BDO Grotesk", sans-serif;
	font-weight: 400;
	--bg-color: #000;
	--fg-color: #fffaf1;
	--highlight-color: #ffde00;
	--secondary-color: #406ef0;
	--box-shadow: 0 1px 1px 1px rgba(0,0,0,.2), 0 5px 3px 5px rgba(0,0,0,.05);
	font-size: 16px;
	line-height: 1.25;
	color: var(--fg-color);
}
a {
	color: var(--fg-color);
}
h1 {
	font-size: 1.5rem;
}
body {
	width: 100vw;
	padding: 2rem;
	position: relative;
}
header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: end;
	text-transform: uppercase;
	margin-bottom: 3rem;
}
.home-url {
	text-decoration: none;
}
.home-url b {
	font-size: 1.5rem;
}
.home-url:hover {
	text-decoration: underline;
}
nav {
	display: flex;
	gap: 4rem;
}
.intro {
	font-size: 1.5rem;
	font-weight: 700;
	width: 80%;
	min-width: 60rem;
	margin-bottom: 6rem;
}
.idiomas {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
}
.idiomas a {
	font-size: 1.25rem;
	display: block;
	margin-top: 0.5rem;
}
