/*de website liep ooit vast op fonts.googleapis.com, na bestudering blijkt dat hier ook data en zelfs tijd meer verloren gaat. In templates is nu een map opgenomen met
 4 roboto varianten waarna verwezen wordt. Je host dus zelf. */

@font-face {
    font-family: 'Roboto';
    src: url('/templates/fonts/Roboto-Italic.woff2') format('woff2'),
        url('/templates/fonts/Roboto-Italic.woff') format('woff'),
        url('/templates/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/templates/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/templates/fonts/Roboto-Regular.woff') format('woff'),
        url('/templates/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/templates/fonts/Roboto-Bold.woff2') format('woff2'),
        url('/templates/fonts/Roboto-Bold.woff') format('woff'),
        url('/templates/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/templates/fonts/Roboto-Black.woff2') format('woff2'),
        url('/templates/fonts/Roboto-Black.woff') format('woff'),
        url('/templates/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
  font-family: 'Roboto',-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif; 
}

li {
    line-height: 25px;
}

/* lectora geeft niet altijd goed de achtergrond kleur in het I-frame weer, hier gecorrigeerd */
iframe { background-color: #fffAf5; }

