html {
	font-size: 100% !important
	}

body, .article {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

/*--- Desktop --*/
h1 {
	line-height: 1.2;
  margin-top: 0.5rem !important;
  margin-bottom: 1rem !important;
}

h2 {
	line-height: 1.3334;
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}

h3 {
	line-height: 1.25;
	margin-top: 1.25rem !important;
	margin-bottom: 0.75rem !important;
	}

h4 {
	line-height: 1.5;
margin-top: 1.5rem !important;
margin-bottom: 0rem !important;
}

p {
	line-height: 1.5;
margin-top: 0rem !important;
margin-bottom: 1.5rem !important;
}

/*--- Tablet ---*/
@media (max-width: 768px !important) {
h1 {
	line-height: 1.3334;
  margin-top: 0.5rem !important;
  margin-bottom: 1rem !important;
}

h2 {
	line-height: 1.25;
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

h3 {
	line-height: 1.5;
	margin-top: 1rem !important;
	margin-bottom: 0.5rem !important;
	}

h4 {
	line-height: 1.5;
margin-top: 1.5rem !important;
margin-bottom: 0rem !important;
}

p {
	line-height: 1.5;
margin-top: 0rem !important;
margin-bottom: 1.5rem !important;
}
}

/*--- Mobile ---*/
@media (max-width: 480px) {
h1 {
	line-height: 1.25;
  margin-top: 0.75rem !important;
  margin-bottom: 1.25rem !important;
}

h2 {
	line-height: 1.5;
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}

h3 {
	line-height: 1.2;
	margin-top: 1rem !important;
	margin-bottom: 0.5rem !important;
	}

h4 {
	line-height: 1.5;
margin-top: 1.5rem !important;
margin-bottom: 0rem !important;
}

p {
	line-height: 1.5;
margin-top: 0rem !important;
margin-bottom: 1.5rem !important;
}
}