@font-face{
    font-family: 'Fira Mono';
    src: url('../fonts/FiraMono-Regular.eot');
    src: url('../fonts/FiraMono-Regular.eot') format('embedded-opentype'),
         url('../fonts/FiraMono-Regular.woff2') format('woff2'),
         url('../fonts/FiraMono-Regular.woff') format('woff'),
         url('../fonts/FiraMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
h1 {
	font-family: 'Fira Mono';
}