a {
	transition: color 0.2s ease-in-out;

	&:focus {
		outline: 2px dashed var(--blue-450);
	}
}
