/* Heebo Font Family */
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-Thin.ttf');
    src: url('../fonts/heebo/Heebo-Thin.ttf') format('truetype'),
   		 url('../fonts/heebo/Heebo-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-Light.ttf');
    src: url('../fonts/heebo/Heebo-Light.ttf') format('truetype'),
 		 url('../fonts/heebo/Heebo-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-Regular.ttf');
	src: url('../fonts/heebo/Heebo-Regular.ttf') format('truetype'),
		 url('../fonts/heebo/Heebo-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-Medium.ttf');
	src: url('../fonts/heebo/Heebo-Medium.ttf') format('truetype'),
		 url('../fonts/heebo/Heebo-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-Bold.ttf');
	src: url('../fonts/heebo/Heebo-Bold.ttf') format('truetype'),
		 url('../fonts/heebo/Heebo-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-ExtraBold.ttf');
	src: url('../fonts/heebo/Heebo-ExtraBold.ttf') format('truetype'),
	     url('../fonts/heebo/Heebo-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-Black.ttf');
	src: url('../fonts/heebo/Heebo-Black.ttf') format('truetype'),
		 url('../fonts/heebo/Heebo-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}