@charset "UTF-8";
@import "https://www.nerdfonts.com/assets/css/webfont.css"; /* funny icons!! */

@font-face {
  font-family: 'Monoid Regular';
  src: url('Assets/Fonts/MonoidNerdFont-Regular.ttf');
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Monoid Bold';
  src: url('Assets/Fonts/MonoidNerdFont-Bold.ttf');
  /* Safari, Android, iOS */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Monoid Italic';
  src: url('Assets/Fonts/MonoidNerdFont-Italic.ttf');
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

/* MAIN */
body {
    height: 100%;
    color:#BB8493;
    font-family: "Monoid Regular";
    text-align: left;
	  image-rendering: pixelated;
	  -webkit-font-smoothing: none;
    background-color: #1a1315;
    overflow-y: hidden;
    overflow-x: hidden;
}

h1 {
  font-weight: normal;
  text-decoration: none;
  font-size: 250%;
}

h2 {
  font-family: "Monoid Bold";
}

p {
  font-size: 90%;
}

a {
  font-weight: bold;
  color:#79535d;
  text-decoration: none;
}

h3 {
  font-size: 100%;
  font-weight: normal;
}

li {
    list-style-type: none;
}

::selection {
  color: #1a1315;
  background: #BB8493;
}

