@import url(https://fonts.googleapis.com/css?family=Amatic+SC);

:root[data-theme="light"] {
  --text: #130d0c;
  --background: #fcf0ee;
  --primary: #66291e;
  --secondary: #e47e6c;
  --accent: #e63314;
}
:root[data-theme="dark"] {
  --text: #f4eeed;
  --background: #110503;
  --primary: #e0a297;
  --secondary: #922c1b;
  --accent: #eb3818;
}

html, body {
	margin:0;
	padding:0;
	height: 100%;
	overflow: hidden;
}
a {
	position: absolute;
	z-index:10;
	top:20px;
	left:20px;
	color:white;
	font-family: Arial;
	font-size:12px;
}
