/*
** Progetti Astratti
** www.progettiastratti.com
**
** Theme: Struttura
** Version: 5.0.0
*/

/* -----------------------------
   Font Google o locale per TinyMCE
---------------------------------*/

/* Se vuoi usare Google Fonts */
body#tinymce.wp-editor {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}

/* Se vuoi usare font locale, aggiungi @font-face qui */
@font-face {
    font-family: 'Bryant Pro';
    src: url('../fonts/BryantPro-Regular.eot');
    src: url('../fonts/BryantPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BryantPro-Regular.woff2') format('woff2'),
         url('../fonts/BryantPro-Regular.woff') format('woff'),
         url('../fonts/BryantPro-Regular.ttf') format('truetype'),
         url('../fonts/BryantPro-Regular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

body#tinymce.wp-editor {
    font-family: 'Bryant Pro', Arial, Helvetica, sans-serif !important;
}

/* Pulizia globale nel TinyMCE */
body#tinymce.wp-editor * {
    font-family: inherit;
}
