@font-face {
	font-family: 'Playwrite Roemenie';
	src: url(/assets/fonts/PlaywriteRO-Regular.ttf) format('truetype');
   }

   body {
	font-family: 'Playwrite Roemenie', sans-serif;
	font-size: larger;
}


details {
	/* font-family: sans-serif; */
	font-weight: bolder;
	width: 90%;
	border: 1px solid lightgrey;
	border-radius: 5px;
	margin: 0.5rem;
  }
  
  details:hover {
	box-shadow: 2px 2px 2px 1px #e6e6e6;
  }
  
  summary {
	margin: 0.5rem;
	padding: 0.5rem;
	cursor: pointer;
  }
  
  p.uitleg {
	/* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
	font-weight: 100;
	padding: 1rem;
	margin: 0;
	background-color:rgb(236, 218, 182);
  }
  