html {
    background: #000;
    font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	line-height: 2.2;
}

body {
    background: #000;
    font-family: 'IBM Plex Mono', monospace;
	 font-weight: 400;
	font-size: 10pt;
	line-height: 1.5;
	letter-spacing: 0.1em;
-webkit-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
-webkit-font-feature-settings: "kern";
	font-feature-settings: "kern";
	font-kerning: normal;
    
}

h1, h2, h3, h4, h5 {
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'IBM Plex Mono', monospace;
	font-size: 10pt;
	line-height: 1.5;
	letter-spacing: 0.3em;
}
h6 {
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'IBM Plex Mono', monospace;
	font-size: 8pt;
	line-height: 1.5;
	letter-spacing: 0em;
}
h2 {
    margin-top: 1.3em;
}

a, a:active {
	color: #79CBF7;
    font-weight: 700;
	text-decoration: none;
	
}

a:visited {
	color: #B1E1FB;
    font-weight: 700;
	text-decoration: none;
}

a:hover {
	color: #79CBF7;
    font-weight: 700;
	text-decoration: underline;

}

b, strong {
    font-weight: 700;
}

samp {
    display: none;
}
