* {
    color: white;
}

body {
    cursor: crosshair;
    background-color: black !important;
    font-family: "Hanken Grotesk", sans-serif !important;
}

.hanken-grotesk-font {
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


p, ul, ul li, .montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

nav {
    border-bottom: 1px solid #222;
}

a.navbar-brand span, h1, footer span.display-1 {
    font-weight: 900 !important;
    font-size: 3rem !important;
}

h1 {
    font-size: 65px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 25px;
}

h2 {
    font-weight: 700 !important;
}

table.table thead tr th {
    text-transform: uppercase;
}

table.table tr td, table.table tr th {
    background-color: black;
}

/* own */
.font-12 {
    font-size: 12px;
}

.grayscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
