/* Google Fonts */
/* oswald-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v57-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-500 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald-v57-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-600 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/oswald-v57-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v57-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.grey-bg{
background:#eee;
padding-top:2rem;
padding-bottom:2rem;
}
.grey-bg .intro-text{
margin-bottom: 0;
margin-top: 0;
}
.space-bottom{
margin-bottom:3rem;
}
.instructions{
display: flex;
gap:1.5rem;
}
.instructions h4{
margin-bottom:1.5rem;
text-align:left;
}
.instructions-wrapper{
background:#eee;
padding:2rem;
margin-bottom:2rem;
margin-top:-1rem;
}

h1, h2, h3, h4, h5, h6 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: black;
	text-transform: uppercase;
	font-family: Oswald, Impact, sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 2.7rem;
	line-height: 3.1rem;
	margin-bottom: 1.5rem;
}

h2 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	color: black;
}

h3 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
}

h4 {
	margin-bottom: 1rem;
}

h6 {
	font-size: 1.125rem;
	line-height: 1.25rem;
	margin-bottom: 1rem;
	color: black;
}