@font-face {
    font-family: 'edoregular';
    src: url('fonts/edo-webfont.woff2') format('woff2'),
         url('fonts/edo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;   /* 👈 this fixes FOUT */
}