@font-face {
    font-family: 'Verb';
    src: url('../fonts/VERB-REGULAR/verbregular-webfont.eot');
    src: url('../fonts/VERB-REGULAR/verbregular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/VERB-REGULAR/verbregular-webfont.woff2') format('woff2'),
         url('../fonts/VERB-REGULAR/verbregular-webfonte.woff') format('woff'),
         url('../fonts/VERB-REGULAR/verbregular-webfont.ttf') format('truetype'),		 
       	 url('../fonts/VERB-REGULAR/verbregular-webfont.svg#verbregular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verb';
    src: url('../fonts/VERB-BOLD/verbbold-webfont.eot');
    src: url('../fonts/VERB-BOLD/verbbold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/VERB-BOLD/verbbold-webfont.woff2') format('woff2'),
         url('../fonts/VERB-BOLD/verbbold-webfont.woff') format('woff'),
         url('../fonts/VERB-BOLD/verbbold-webfont.ttf') format('truetype'),		 
       	 url('../fonts/VERB-BOLD/verbbold-webfont.svg#verbbold-webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}