@font-face {
  font-family: Dicier;
  src: url('/Dicier-Round-Heavy.woff2');
}

.dicier {
  font-family: Dicier, sans-serif;
  font-feature-settings: “liga” 1, “kern” 1, “calt” 1;
  font-size: large;
}

body {
	font-family: "Verdana", Verdana, sans-serif;
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.cw {
	font-family: "Courier", Courier, mono;
	font-weight: bold;
}

.question {
  font-weight: bold;
  font-variant: small-caps;
  font-size: large;
}

.answer {
  font-style: italic;
}