@font-face {
    font-family: 'EUDC';
    src: url('../fonts/RW.eot'); /* IE9 Compat Modes */
    src: url('../fonts/RW.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/RW.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/RW.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/RW.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/RW.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

:root,
body,
body.editor-styles-wrapper,
body.wp-block-editor,
body.wp-editor,
.editor-styles-wrapper {
    font-family: 'EUDC', sans-serif;
}