:root {
  --global-font-size: 15px;
  --global-line-height: 1.4em;
  --global-space: 10px;
  --font-stack: Menlo, Monaco, Lucida Console, Liberation Mono,
	DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace,
	serif;
  --mono-font-stack: Menlo, Monaco, Lucida Console, Liberation Mono,
	DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace,
	serif;
  --background-color: #c4c4c4;
  --page-width: 60em;
  --font-color: #404040;
  --invert-font-color: #bfbfbf;
  --secondary-color: #808080;
  --tertiary-color: #a3abba;
  --primary-color: #6000cf;
  --error-color: #ff3c74;
  --progress-bar-background: #3f3f44;
  --progress-bar-fill: #62c4ff;
  --code-bg-color: #3f3f44;
  --input-style: solid;
  --display-h1-decoration: none;
}
hr { border-bottom: 2px solid var(--secondary-color); }
.terminal-prompt{font-weight: normal;white-space:nowrap;position:relative;}
.terminal-prompt::before{content:"<->";}
.terminal-prompt::before{display:"none"}
.terminal-menu, .simple-post-header{display:"none"}
	
	
h1 {

	font-weight: 400;
}
