﻿@font-face {
	font-display: swap;
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/ibm-plex-sans-v22-latin-regular.eot');
	src: url('../fonts/ibm-plex-sans-v22-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ibm-plex-sans-v22-latin-regular.woff2') format('woff2'), url('../fonts/ibm-plex-sans-v22-latin-regular.woff') format('woff'), url('../fonts/ibm-plex-sans-v22-latin-regular.ttf') format('truetype'), url('../fonts/ibm-plex-sans-v22-latin-regular.svg#IBMPlexSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/ibm-plex-sans-v22-latin-700.eot');
	src: url('../fonts/ibm-plex-sans-v22-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ibm-plex-sans-v22-latin-700.woff2') format('woff2'), url('../fonts/ibm-plex-sans-v22-latin-700.woff') format('woff'), url('../fonts/ibm-plex-sans-v22-latin-700.ttf') format('truetype'), url('../fonts/ibm-plex-sans-v22-latin-700.svg#IBMPlexSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'IBM Plex Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #242021;
	font-weight: 400;
}

#wrapper {
	max-width: 660px;
	margin: 1rem auto;
	border: solid thin #242021;
	overflow: hidden;
	position: relative;
}

:is(strong, h1, h2) {
	font-weight: 700;
}

header {
	padding: 45px;
}

article {
	padding: 0 45px 25px;
}

footer {
	padding: 10px 45px;
	background: #949599;
}

footer a {
	color: #fff !important;
	font-size: 18px;
	line-height: 22px;
}

h1 {
	font-size: 30px;
	margin: 16px 0;
	line-height: 34px;
}

h1 span {
	font-size: 16px;
	display: block;
	line-height: 20px;
	margin-top: 5px;
}

h2 {
	font-size: 16px;
	margin: 16px 0 3px;
	line-height: 20px;
}

img {
	max-width: 100%;
}

p:not(:last-child) {
	margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #242021;
	text-decoration: none;
	white-space: nowrap;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 17px;
}

li:before {
	text-indent: -17px;
	content: "\2022";
	color: #242021;
	float: left;
	font-size: 17px;
}

@media screen and (max-width:658px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	:is(p, ul) {
		hyphens: auto;
		text-wrap: pretty;
	}

	:is(header, footer) {
		padding: 16px;
	}

	article {
		padding: 0 16px 16px;
	}

	h1 {
		font-size: 26px;
		line-height: 30px;
	}

	h1 br {
		display: none;
	}

	p span {
		white-space: nowrap;
	}
}