﻿@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	src: url('mulish-v13-latin-regular.eot');
	src: url('mulish-v13-latin-regular.eot@') format('embedded-opentype'), url('mulish-v13-latin-regular.woff2') format('woff2'), url('mulish-v13-latin-regular.woff') format('woff'), url('mulish-v13-latin-regular.ttf') format('truetype'), url('mulish-v13-latin-regular.svg') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	src: url('mulish-v13-latin-700.eot');
	src: url('mulish-v13-latin-700.eot@') format('embedded-opentype'), url('mulish-v13-latin-700.woff2') format('woff2'), url('mulish-v13-latin-700.woff') format('woff'), url('mulish-v13-latin-700.ttf') format('truetype'), url('mulish-v13-latin-700.svg') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Mulish', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #242021;
	font-weight: 400;
}

#wrapper {
	max-width: 455px;
	margin: 1rem auto;
	border: solid thin #242021;
	overflow: hidden;
	position: relative;
}

strong {
	font-weight: 700;
}

article {
	margin: -60px 0 0;
	padding: 0 16px;
}

figure {
	margin: 0 0 0 68px;
	position: relative;
}

footer {
	margin: -20px 0 0;
}

h1 {
	font-size: 24px;
	margin: 16px 0;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

p:not(:last-child) {
	margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #242021;
	text-decoration: none;
	white-space: nowrap;
}

@media screen and (max-width:453px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	:is(p, h1) {
		hyphens: auto;
		text-wrap: pretty;
	}
}

@media screen and (max-width:415px) {
	br {
		display: none;
	}

	article, footer {
		margin-top: 0;
	}

	figure {
		margin-left: 10%;
	}
}