/* Custom Fonts */

@font-face {
font-family: 'ArcherPro Book';
font-style: normal;
font-weight: normal;
src: local('ArcherPro Book'), url('ArcherPro-Book_0.woff') format('woff');
}


@font-face {
font-family: 'ArcherPro Book Italic';
font-style: normal;
font-weight: italic;
src: local('ArcherPro Book Italic'), url('ArcherPro-BookIta_0.woff') format('woff');
}


@font-face {
font-family: 'ArcherPro Medium';
font-style: normal;
font-weight: normal;
src: local('ArcherPro Medium'), url('ArcherPro-Medium.woff') format('woff');
}


@font-face {
font-family: 'ArcherPro Medium Italic';
font-style: normal;
font-weight: italic;
src: local('ArcherPro Medium Italic'), url('ArcherPro-MediumIta.woff') format('woff');
}


@font-face {
font-family: 'ArcherPro Semibold';
font-style: normal;
font-weight: normal;
src: local('ArcherPro Semibold'), url('ArcherPro-Semibold.woff') format('woff');
}

@font-face {
font-family: 'ArcherPro Semibold Italic';
font-style: normal;
font-weight: italic;
src: local('ArcherPro Semibold Italic'), url('ArcherPro-SemiboldIta.woff') format('woff');
}


@font-face {
font-family: 'ArcherPro Bold';
font-style: normal;
font-weight: normal;
src: local('ArcherPro Bold'), url('ArcherPro-Bold_0.woff') format('woff');
}

@font-face {
font-family: 'ArcherPro Bold Italic';
font-style: normal;
font-weight: italic;
src: local('ArcherPro Bold Italic'), url('ArcherPro-BoldIta.woff') format('woff');
}

@font-face {
font-family: 'Pathout Italic';
font-style: normal;
font-weight: italic;
src: local('Pathout Italic'), url('pathout_italic-webfont.woff') format('woff');
}

.archer {
  font-family: 'ArcherPro Book', serif;
}
.proxima {
  font-family: Arial, Helvetica, sans-serif;
}
.entypo {
  font-family: "entypo";
  font-size: 2.5em;
  line-height: 0;
  padding: 0 5px 0 0;
  vertical-align: middle;
}
.social {
  font-family: "entypo-social";
}
.bodyfont {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.headerfont {
    font-family: 'ArcherPro Semibold', serif;
}
.buttonfont {
  font-family: 'ArcherPro Book', serif;
}
.light {
  font-weight: 300;
}
.normal {
   font-family: 'ArcherPro Book', serif; 
}
.medium {
    font-family: 'ArcherPro Medium', serif;
}
.semi {
  font-family: 'ArcherPro Semibold', serif;
}
.bold {
   font-family: 'ArcherPro Bold', serif;
}
.italic {
  font-style: italic;
}