@layer base {
	:root {
		--magenta: #d4105a;
		--orange: #dd9366;
		--teal: #2a6988;
	}

	a, a:visited {
		text-decoration: none;
		color: var(--magenta);
	}
}

@layer main {
	#nav-icon {
		width: 120px;
		margin: 5px;
	}
}
