/* modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */

*, ::before, ::after { 
	box-sizing: border-box;
	margin: 0; /* Remove the margin in all browsers. */
}

html { 
    font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; /* Improve consistency of default fonts in all browsers. */
	line-height: 1.15; /* Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */
	tab-size: 4; /* Use a more readable tab size. */
}

img, video, canvas, svg { /* Improve media defaults */
  	display: block;
  	max-width: 100%;
}

iframe { 
	width: 100%; 
}

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; /* Improve consistency of default fonts 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 { /* Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. */
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	border-color: currentcolor; /* Correct table border color inheritance in Chrome and Safari. */
}

button, input, optgroup, select, textarea {
	font-family: inherit; /* Change the font styles in all browsers. */
	font-size: 100%; /* Change the font styles in all browsers. */
	line-height: 1.15; /* Change the font styles in all browsers. */
	margin: 0; /* Remove the margin in Firefox and Safari. */
	outline: none; /* Remove the black outline in Chrome. */
}

button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari. */
    appearance: button; /* Remove VSCode error */
}

legend {
	padding: 0; /* Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */
}

progress {
	vertical-align: baseline; /* Add the correct vertical alignment in Chrome and Firefox. */
    width: 100%;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto; /* Correct the cursor style of increment and decrement buttons in Safari. */
}

[type='search'] {
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari. */
    appearance: textfield; /* Remove VSCode error */
	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. */
}

summary {
	display: list-item; /* Add the correct display in Chrome and Safari. */
}

table {
	border-collapse: collapse; /* collapse table borders */
}

/* Add the right cursors */
button, [onclick] {	cursor: pointer; }
[draggable] { cursor: grab; }

a:has(button) { text-decoration: none; } /* Don't show link styles in button */