 
/*Custom CSS for editor from the customizer*/
@font-face {
    font-family: 'publicobold';
    src: url('https://sendasites.com/wp-content/fonts/publico/publico-bold-webfont.woff2') format('woff2'),
         url('https://sendasites.com/wp-content/fonts/publico/publico-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'publicolight';
    src: url('https://sendasites.com/wp-content/fonts/publico/publico-light-webfont.woff2') format('woff2'),
         url('https://sendasites.com/wp-content/fonts/publico/publico-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'publicoroman';
    src: url('https://sendasites.com/wp-content/fonts/publico/publico-roman-webfont.woff2') format('woff2'),
         url('https://sendasites.com/wp-content/fonts/publico/publico-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibrebold';
    src: url('https://sendasites.com/wp-content/fonts/calibre/calibre-bold-webfont.woff2') format('woff2'),
         url('https://sendasites.com/wp-content/fonts/calibre/calibre-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibrelight';
    src: url('https://sendasites.com/wp-content/fonts/calibre/calibre-light-webfont.woff2') format('woff2'),
         url('https://sendasites.com/wp-content/fonts/calibre/calibre-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibremedium';
    src: url('https://sendasites.com/wp-content/fonts/calibre/calibre-medium-webfont.woff2') format('woff2'),
         url('https://sendasites.com/wp-content/fonts/calibre/calibre-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibreregular';
    src: url('https://sendasites.com/wp-content/fonts/calibre/calibre-regular-webfont.woff2') format('woff2'),
         url('https://sendasites.com/wp-content/fonts/calibre/calibre-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibreregular_italic';
    src: url('https://sendasites.com/wp-content/fonts/calibre/calibre-regularitalic-webfont.woff2') format('woff2'),
         url('https://sendasites.com/wp-content/fonts/calibre/calibre-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibrethin';
    src: url('https://sendasites.com/wp-content/fonts/calibre/calibre-thin-webfont.woff2') format('woff2'),
         url('https://sendasites.com/wp-content/fonts/calibre/calibre-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibrethin_italic';
    src: url('https://sendasites.com/wp-content/fonts/calibre/calibre-thinitalic-webfont.woff2') format('woff2'),
         url('https://sendasites.com/wp-content/fonts/calibre/calibre-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
		font-family: 'calibreregular'!important;
		line-height:2em!important;
		color: #666;
}
h1, h2 {
		font-family: 'publicolight';
}
h3 {
		font-family: 'calibrebold' !important;
}
.entrytext {
    line-height: 2em !important;
}