/* -----------------------------------------
   Custom Fonts
----------------------------------------- */

@font-face {
    font-family: 'copperplate-normalregular';
    src: url('../fonts/copperplatenormal-webfont.eot');
    src: url('../fonts/copperplatenormal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/copperplatenormal-webfont.woff') format('woff'),
         url('../fonts/copperplatenormal-webfont.ttf') format('truetype'),
         url('../fonts/copperplatenormal-webfont.svg#copperplate-normalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}