﻿/* customer CSS */
@font-face {
    font-family:'Heebo Regular';
    src: url('/files/fonts/heebo-regular.eot');
    src: url('/files/fonts/heebo-regular.eot?#iefix') format('embedded-opentype'),
         url('/files/fonts/heebo-regular.woff') format('woff'),
         url('/files/fonts/heebo-regular.ttf') format('truetype');
}

*,h1,h2,h3 {
	font-family:'Heebo Regular';
}