/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/

b,
strong {
	font-weight: bolder; /* Add the correct font weight in Chrome and Safari. */
}

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* Correct the inheritance and scaling of font size in all browsers. */
	font-size: 1em; /* Correct the odd 'em' font sizing in all browsers. */
}

small {
	font-size: 80%; /* Add the correct font size in all browsers. */
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

table {
	border-color: currentcolor; /* Correct table border color inheritance in Chrome and Safari. */
}

/*
Forms
=====
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* Change the font styles in all browsers. */
	font-size: 100%;
	line-height: 1.15;
	margin: 0; /* Remove the margin in Firefox and Safari. */
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari. */
}

legend {
	padding: 0; /* Remove the padding in browsers like IE. */
}

progress {
	vertical-align: baseline; /* Add the correct vertical alignment in Chrome and Firefox. */
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari. */
	outline-offset: -2px; /* Correct the outline style in Safari. */
}

::-webkit-search-decoration {
	-webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS. */
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari. */
	font: inherit; /* Change font properties to 'inherit' in Safari. */
}

/*
Interactive
===========
*/

summary {
	display: list-item; /* Add the correct display in Chrome and Safari. */
}
