
*font-face {
    font-family:'Fira Code';
    src: url('/usr/share/fonts/opentype/firacode/FiraCode-Retina.otf');
}


/* @font-face { */
/*     font-family:'Grotesk-Regular'; */
/*     src: url('../fonts/GroteskRegular_gdi.eot'); */
/*     src: url('../fonts/GroteskRegular_gdi.eot?#iefix') format('embedded-opentype'), */
/* 	 url('../fonts/GroteskRegular_gdi.woff') format('woff'), */
/* 	 url('../fonts/GroteskRegular_gdi.ttf') format('truetype'), */
/* 	 url('../fonts/GroteskRegular_gdi.svg#GroteskRegular-Regular') format('svg'); */
/*     font-weight: normal; */
/*     font-style: normal; */
/*     font-stretch: normal; */
/*     unicode-range: U+0020-25CA; */
/* } */

/* @font-face { */
/*     font-family:'Grotesk-Bold'; */
/*     src: url('../fonts/GroteskBold_gdi.eot'); */
/*     src: url('../fonts/GroteskBold_gdi.eot?#iefix') format('embedded-opentype'), */
/* 	 url('../fonts/GroteskBold_gdi.woff') format('woff'), */
/* 	 url('../fonts/GroteskBold_gdi.ttf') format('truetype'), */
/* 	 url('../fonts/GroteskBold_gdi.svg#GroteskBold-Regular') format('svg'); */
/*     font-weight: normal; */
/*     font-style: normal; */
/*     font-stretch: normal; */
/*     unicode-range: U+0020-25CA; */
/* } */

html {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    position: relative;
    font-weight: normal;
}

a,
a:link,
  a:visited,
  a:active {
    text-decoration: none;
    color: #000;
    cursor: pointer !important;
}

a:hover {
    cursor: pointer !important;
}

body {
    padding: 0;
    margin: 0;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    position:relative;
    height: auto;
    font-weight: normal;
}

#home {
    font-family: 'Fira Code';
    font-size: 180px;
    line-height: 0.99em;
    padding: 75px 75px 0px 75px;
    margin: 0 0 200px 0;
    width: calc(100% - 150px);
    height: auto;
    background-color: #eee;
    z-index: 5;
    position: relative;
    letter-spacing: -0.02em;
}

#home a:link,
	#home a:visited,
	#home a:active {
    color:#999;
}

#home a:hover {
    text-decoration: underline overline white;
}
