/* Open Dyslexic Font - Updated with proper font files */
@font-face {
    font-family: "OpenDyslexic";
    src: url("open-dyslexic-regular.woff2") format("woff2"),
         url("open-dyslexic-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}