/* CSS Document */

@font-face {
        font-family: 'Mont';
        src: url('../fonts/mont-regular.woff') format('woff'),
			url('../fonts/mont-regular.otf') format('opentype');
}

@font-face {
        font-family: 'Mont-light';
        src: url('../fonts/mont-light.woff') format('woff'),
			url('../fonts/mont-light.otf') format('opentype');
}

@font-face {
        font-family: 'Mont-book';
        src: url('../fonts/mont-book.woff') format('woff'),
			url('../fonts/mont-book.otf') format('opentype');
}

@font-face {
        font-family: 'Mont-semibold';
        src: url('../fonts/semibold.woff') format('woff'),
			url('../fonts/semibold.otf') format('opentype');
}

@font-face {
        font-family: 'Mont-bold';
        src: url('../fonts/mont-bold.woff') format('woff'),
			url('../fonts/mont-bold.otf') format('opentype');
}

@font-face {
        font-family: 'Mont-black';
        src: url('../fonts/mont-black.woff') format('woff'),
			url('../fonts/mont-black.otf') format('opentype');
}