/* dyslexia-friendly typography */
.dyslexia-toggle {
    background: #FC0;
}

html, body, body.elementor-kit-85 {
	font-size: 18px;
}

*:not(i) {
  font-family: "Comic Neue", sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: unset !important;
}

nav a,
button,
button span,
a.elementor-button span,
.breadcrumbs,
.woocommerce-breadcrumb,
h5,
.small,
sub,
sup {
}

b, strong,
h2, h4, 
a, button, .elementor-button {
	font-weight: 700;
}

button, a.elementor-button {
	font-size: 1rem;
}


/* dyslexia-friendly colours */
html {
  color: #203151;
}

body {
  background: #ffffe4 !important;
  mix-blend-mode: multiply;
}

body section, body img {
  mix-blend-mode: multiply;
}

body img[src$=".svg"] {
  mix-blend-mode: normal;
}