@font-face {
    font-family: 'black';
    src: url('/assets/fonts/extrabold.woff2') format('woff2'),
         url('/assets/fonts/extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'regular';
    src: url('/assets/fonts/regular.woff2') format('woff2'),
         url('/assets/fonts/regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html {
  -webkit-text-size-adjust: 100%;
  height:  100%;
  padding:  0;
}
html, body{
	margin:  0;
	line-height:  1.2em;
}
body {
  min-height:  100%;
  box-sizing: border-box;
  position: relative;
  font-family: "regular", Helvetica, arial, sans-serif;
}
header{
	
}
main {

}
section{

}
footer {

}