/* TYPOGRAPHY
-------------------------------------------------- */
@font-face {
	font-family: Outfit;
	src: url('../../fonts/Outfit-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: Outfit;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 600;
}

h1 {
	letter-spacing: -1px;
	/*margin: 30px 0 15px;*/
}

h2 {
    font-size: 22px;
	line-height: 40px;
	margin: 10px 0;
	text-rendering: optimizelegibility;
}

table {
	width: 100% !important;
}

table, table th, table td {
	border: none !important;
}

table ul {
	list-style: initial;
}

ol {
	list-style: auto;
	margin: 0;
	padding: 0 20px 10px 20px;
}

table ul, table ol {
	margin: 0;
	padding: 0 20px 10px 20px;
}
	

