@font-face {
    font-family: 'ITCBLKAD';
    src: url('/assets/fonts/ITCBLKAD.TTF');
}

@font-face {
    font-family: 'danielbd';
    src: url('/assets/fonts/danielbd.ttf');
}




html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
font-size: 30px
}
body {
  margin: 2rem auto;
  padding: 0 1rem;
  background: white;
  color: black;
  width: 80%;
  line-height: 1.5rem;
  background-color: black;
  color: white;


}

body a {
  color: red;
}

img {
  width: 100%;
}

.center {

}
h1 {
text-align: center;
}
h1,
h2,
h3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: 300;
  line-height: 1.1;
  font-weight: bold !important;
}
h1 {
  margin-top: 4rem;
  font-size: 3rem;
}
h2, strong {
  margin-top: 3rem;
  font-size: 1rem;
font-family: "mono";

}
h3 {
  margin-top: 2rem;
  font-size: 1.2rem;
}

p, li, ul, ::marker {
  font-family: "ITCBLKAD";
font-size: 1rem;
line-height: 1rem;
}
