@charset 'utf-8';

/*###################################### START FONT STYLES ######################################*/
@font-face {
    font-family: 'HomesteadRegular';
    src: url('../fonts/homestead-regular-webfont.eot');
    src: url('../fonts/homestead-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/homestead-regular-webfont.woff') format('woff'),
    url('../fonts/homestead-regular-webfont.ttf') format('truetype'),
    url('../fonts/homestead-regular-webfont.svg#HomesteadRegular') format('svg');
}

@font-face {
    font-family: 'Museo700';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/museo700-regular-webfont.woff') format('woff'),
    url('../fonts/museo700-regular-webfont.ttf') format('truetype'),
    url('../fonts/museo700-regular-webfont.svg#Museo700') format('svg');
}

@font-face {
    font-family: 'Museo700';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/museo700-regular-webfont.woff') format('woff'),
    url('../fonts/museo700-regular-webfont.ttf') format('truetype'),
    url('../fonts/museo700-regular-webfont.svg#Museo700') format('svg');
}

@font-face {
    font-family: 'latoheavy';
    src: url('../fonts/lato-heavy-webfont.eot');
    src: url('../fonts/lato-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-heavy-webfont.woff2') format('woff2'),
         url('../fonts/lato-heavy-webfont.woff') format('woff'),
         url('../fonts/lato-heavy-webfont.ttf') format('truetype'),
         url('../fonts/lato-heavy-webfont.svg#latoheavy') format('svg');
    
}