/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Favorit";
  src: url("/fonts/ABCFavorit-Light-Trial.woff2") format('woff2');
}

@font-face {
  font-family: "Favorit";
  src: url("/fonts/ABCFavorit-LightItalic-Trial.woff2") format('woff2');
  font-style: italic;
}

@font-face {
  font-family: "Favorit";
  src: url("/fonts/ABCFavorit-Medium-Trial.woff2") format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: "Favorit";
  src: url("/fonts/ABCFavorit-MediumItalic-Trial.woff2") format('woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "EverettMono";
  src: url("/fonts/TWKEverettMono-Light.woff2") format('woff2');
}

@font-face {
  font-family: "EverettMono";
  src: url("/fonts/TWKEverettMono-LightItalic.woff2") format('woff2');
  font-style: italic;
}

@font-face {
  font-family: "EverettMono";
  src: url("/fonts/TWKEverettMono-Medium.woff2") format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: "EverettMono";
  src: url("/fonts/TWKEverettMono-MediumItalic.woff2") format('woff2');
  font-weight: bold;
  font-style: italic;
}


body {
	font-family: Favorit;
}

a {
	color: #050505;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

P { 
	text-align: justify;
	font-family: Favorit;
	font-size: 15px;
	line-height: 1.35;
	color: #050505;
	letter-spacing: 1px;
}

/*.small {
	font-family: Favorit;

}
*/
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	color: #ee3d24;
	font-family: "EverettMono";
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 2px;
}

h2 {
	/*color: #ee3d24;*/
	font-family: "EverettMono";
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 2px;
}

h3 {
	font-family: "EverettMono";
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 2px;
}

h4 {
	font-family: "EverettMono";
	font-weight: normal;
	font-size: 19px;
}

h5 {
	font-family: "EverettMono";
	font-weight: normal;
	font-size: 17px;
}

h6 {
	font-family: "EverettMono";
	font-weight: normal;
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	margin-left: 20px;
	margin-right: 5px;
	list-style: decimal;
}

ul {
	margin-left: 15px;
	margin-right: 5px;
	list-style: circle;
}

li {
	text-align: justify;
	font-family: Favorit;
	font-size: 15px;
	line-height: 1.35;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	text-align: justify-all;
	margin-bottom: 10px;
}