
/* Fonts */

/* IE */
@font-face {
  font-family: "archer";
  src: url(/fonts/archermedium.eot);
}

@font-face {
  font-family: "handsean";
  src: url(/fonts/handsean.eot);
}

/* Decent Browsers */
@font-face {
  font-family: "archer";
  src: url(/fonts/archermedium.ttf) format("truetype");
}

@font-face {
  font-family: "handsean";
  src: url(/fonts/handsean.ttf) format("truetype");
}

@font-face {
    font-family: 'museo-bold';
    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-weight: normal;
    font-style: normal;

}

