
@font-face {
    font-family: 'alegreyabold';
    src: url('../fonts/alegreya-bold-webfont.woff2') format('woff2'),
         url('../fonts/alegreya-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'florencesansregular';
    src: url('../fonts/florsn01-webfont.woff2') format('woff2'),
         url('../fonts/florsn01-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}


body p {
    
    font-family:'alegreyabold';
    
}

body a, h1, h2, h3, h4, h5, h6 {
    
    font-family:'florencesansregular';
}