/**
 * @file
 * Fonts - Definition of base fonts of the module
 */
@font-face {
  font-family: "OpenDyslexic Regular";
  src: local("OpenDyslexic-Regular"), url("../../assets/fonts/dyslexia/OpenDyslexic-Bold.otf") format("opentype");
}
.dyslexia-friendly-1 * {
  transition: all 0s ease 0s;
  font-family: "OpenDyslexic Regular" !important;
}

.dyslexia-friendly-2 * {
  transition: all 0s ease 0s;
  font-family: Arial, serif !important;
}
