@font-face {
  font-family: "TNG";
  src: url("../assets/qcard/Crillee Italic Std Regular.otf");
}
:root {
  --color-bg-primary: #d5dcdc !important;
  --color-bg-even: #bacbcc !important;
  --color-bg-secondary: #2f0505 !important;
  --color-bg-quote: #941919 !important;
  --color-link: #0b787d !important;
  --color-link-hover: #941919 !important;
  --color-text: #1d1f1f !important;
  --color-quote: #bacbcc !important;
  --color-quote-link: #f7abab !important;
  --color-quote-link-hover: #ffffff !important;
}

main h1, main h2, main h3 {
  font-family: "TNG";
  font-weight: normal;
  color: var(--color-link-hover);
  text-shadow: 0.1rem 0.1rem 0 var(--color-bg-even);
}
main h1 {
  text-align: center;
  border-bottom: 2px solid var(--color-link-hover);
}
main a:not(.no-underline) {
  text-decoration: underline;
}
main a:after {
  display: none;
}

/*# sourceMappingURL=qcard.css.map */
