﻿/* IMPORTANT: Style settings in this file will affect all modes (edit, presentation, print, etc.) */

/*Christer removed body background color and added overflow: hidden*/
body {
    /*    background-color: rgba(155,156,157,1) !important;*/
    font-family: 'Josefin Sans';
}
/*Christer added overflow: hidden when box open*/
.redactor-open {
    overflow: hidden;
}

.visual strong {
    font-family: 'Josefin Sans';
}

#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4 {
    font-family: 'Josefin Sans';
}

#main h2 {
    font-family: 'Josefin Sans';
}
