/*VERB FONT*/


/*extra light font weight*/
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbextralight-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Verb';
  src: url('../fonts/vverbextralight-italic-webfont.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}

/*light font weight*/
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verblight-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verblight-italic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
/*normal font weight*/
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbregular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbregular-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

/*medium font weight*/
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbmedium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbmedium-italic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

/*semibold font weight*/
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbsemibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbsemibold-italic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

/*bold font weight*/
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbbold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbbold-italic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

/*ultra font weight*/
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbextrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbextrabold-italic-webfont.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}

/*black weight*/
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbultra-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Verb';
  src: url('../fonts/verbultra-italic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

/*CLEAR SANS FONT*/

/*thin font weight*/
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

/*light font weight*/
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/*normal font weight*/
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

/*medium font weight*/
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-MediumItalic-webfont.ttf') format('woff');
  font-weight: 500;
  font-style: italic;
}

/*bold font weight*/
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-BoldItalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}