@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiny5&display=swap');

:root {
	--background-color: rgb(0, 0, 0);
	--text-color: white;
	--primary-color: rgb(96, 117, 156);
	--secondary-color: bisque;

	--link-color: rgb(136, 184, 255);
}
