/* ----------------------------------------------------------------

    This CSS File contains the List of all the Custom Fonts
    used in the Theme. Use will need to change the following
    in order to use the new font.

    font-family: 'Your New Font Name';
    font-weight: {valid font weights}; eg. bold, normal, 600 etc.

-----------------------------------------------------------------*/

@font-face {
  font-family: 'copperplate_bold';
  src: url('../polices/coprgtb-webfont.eot');
  src: url('../polices/coprgtb-webfont.eot?#iefix') format('embedded-opentype'),
       url('../polices/coprgtb-webfont.woff2') format('woff2'),
       url('../polices/coprgtb-webfont.woff') format('woff'),
       url('../polices/coprgtb-webfont.ttf') format('truetype'),
       url('../polices/coprgtb-webfont.svg#copperplate_gothic_boldRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
