/* Load Fonts
----------------------------------------------------------------------------------- */
@font-face {
    font-family: 'futura';
    src: url('../fonts/futura-lt-medium-596f20275ddb7-webfont.woff2') format('woff2'),
         url('../fonts/futura-lt-medium-596f20275ddb7-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Garamond-Bold';
         url('../fonts/Garamond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond';
         url('../fonts/Garamond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond-Italic';
         url('../fonts/Garamond-Italic.woff') format('woff');
    font-weight: italic;
    font-style: normal;
}

/*@font-face {
    font-family: 'Georgia';
         url('../fonts/Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/