html {
  height: 100%;
}

@font-face {
  font-family: "Font1";
  src: url("../fonts/BrutalType-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Font2";
  src: url("../fonts/BrutalType-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Font3";
  src: url("../fonts/BrutalType-Regular.otf") format("opentype");
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #000000;
  font-family: "Font3", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

em, i, b {
  font-style: normal;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
  padding-left: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a:link {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer !important;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input, button {
  outline: none;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.cf:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*# sourceMappingURL=base.css.map */
