body.falc-mode {
  font-family: "Arial", "Verdana", sans-serif !important;
  font-size: 120% !important;
  line-height: 1.6 !important;
  letter-spacing: 0.02em;
  background: #fffdfa !important;
  color: #111 !important;
}
body.falc-mode * {
  animation: none !important;
  transition: none !important;
}
body.falc-mode p, body.falc-mode li {
  margin-bottom: 1rem !important;
}
body.falc-mode h1, body.falc-mode h2, body.falc-mode h3 {
  font-weight: bold !important;
  color: #000 !important;
  text-shadow: none !important;
}
body.falc-mode .project-card {
  background: #fff !important;
  border: 2px solid #000 !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
}
body.falc-mode .project-card img {
  max-height: 80px !important;
}
body.falc-mode a {
  color: #003399 !important;
  text-decoration: underline !important;
}
body.falc-mode a:hover {
  color: #000066 !important;
}
body.falc-mode .footer {
  background-color: #f4f4f4 !important;
  color: #000 !important;
}
body.falc-mode #accessibility-menu button {
  border-radius: 8px;
  font-weight: 600;
  padding: 6px;
}

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