/* gloria-hallelujah-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Gloria Hallelujah';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gloria-hallelujah-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/gloria-hallelujah-v21-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* plus-jakarta-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/plus-jakarta-sans-v8-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/plus-jakarta-sans-v8-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/plus-jakarta-sans-v8-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/plus-jakarta-sans-v8-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* sora-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: lighter;
  font-weight: 300;
  src: url('../fonts/sora-v12-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/sora-v12-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* sora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sora-v12-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/sora-v12-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* sora-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/sora-v12-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/sora-v12-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
html, body {
	font-size: 16px;
	line-break:loose;
  	font-family: 'Plus Jakarta Sans', sans-serif;
}

.h1, h1 {
	font-size: 3rem;
	font-weight: 400;
    font-family: 'Sora', sans-serif;
    line-height:1.2;
  margin:0;
}
h1 strong{
	font-weight: 700;
}
.header .h1, .header h1 {

}

.h2, h2 {
	font-size: 2.5rem;
	font-weight: 400;
    font-family: 'Sora', sans-serif;

}

h2 strong {
	font-weight: 700;
}
.h3, h3 {
	font-size: 2rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}
h3 strong {
	font-weight: 700;
}

h4, .h4 {
	font-size: 2rem;
	font-family: 'Sora', sans-serif;
  	font-weight: 400;
	line-height: 1;
	margin: 0;
}
h4 strong {
	font-weight: 700;
}

h5 {
	font-family: 'Plus Jakarta Sans',sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 1rem;
    text-transform: uppercase;
}
.greentext {
	color: #7ca416;
}

blockquote {
	font-weight: lighter!important;
	text-transform: uppercase;
}
blockquote h2 {
  	font-weight: inherit;
}
blockquote span::before {
	display: inline;
	content: '“';
	padding-right: 5rem;
}
blockquote span::after {
	content: '”';
}
.content p.lead, .header p.lead {
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.2;
}
.content p.big-lead, .header p.big-lead {
	font-size: 6vw;
	font-weight: 300;
	line-height: 1;
}
.content strong {
	font-weight: 700;
}
.content p, .header p {
	font-size:1.4rem;
}
.content .uppercase {
  	text-transform: uppercase;
}
.content .handwritten, nav .handwritten {
	font-family: 'Gloria Hallelujah', script;
}
}
