/* TYPOGRAPHY */
:root {font-size:16px;}
body {
		font-family: 'Hind', sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
	margin-bottom: .1rem;
	text-align: justify;
	line-height: 1.3;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
	text-align: left;
}
h1, .h1 {
  font-size: 4rem;
  text-transform: uppercase;
  font-style: italic;
	line-height: 4rem;
}
h2, .h2 {
  font-size: 3.4375rem;
	line-height: 1;
}
h3, .h3 {
  /* font-size: 2.0625rem; */
  font-size: 1.875rem;
  line-height: 0.95;
  margin-bottom: 1rem;
}
h4, .h4 {
  font-size: 1.5rem;
/*   font-family: "Open Sans", sans-serif; */
	font-family: 'Hind', sans-serif;
  font-weight: 500;
}
h5, .h5 {
  font-size: 1.25rem;
  text-transform: uppercase;
}
h6, .h6 {
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase;
	margin-bottom: 0;
}
.button, button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
span.tag {
/*   font-family: "Open Sans", sans-serif; */
	font-family: 'Hind', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}
p {
/*   font-family: "Open Sans", sans-serif; */
	font-family: 'Hind', sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
	margin-bottom: .1rem;
	text-align: justify;
	line-height: 1.3;
}
p.subtitle {
  font-size: 1.0625rem;
  font-weight: 300;
}

.common-page strong {
	font-size: 2rem;
	margin: 2.5rem 0 0 0;
	display: block;
	text-align: left;
	font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.common-page {
	margin-bottom: 3rem;
}
@media (max-width: 1440px) {
:root {font-size:14px !important;}
}
@media (max-width: 1280px) {
:root {font-size:13px !important;}
}
@media (max-width: 768px) {
	:root {font-size:13px !important;}
	h1, .h1 { font-size: 3rem; line-height: 1; }
	h4, .h4 { font-size: 1.3rem; }
	p.subtitle { text-align: left; }
}

@media (max-width: 576px) {
	:root {font-size:13px !important;}
	h1, .h1 { font-size: 3rem; line-height: 1; }
	h4, .h4 { font-size: 1.3rem; }
	p.subtitle { text-align: left; }
}
