@charset "UTF-8";
/* CSS Document */

/*
ONZE RESET CSS
Author: ONZE
Author URI: https://on-ze.com
Version: 1.2 - 2024.10.21
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

* {
	border:0;
	margin:0;
	outline:0;
	padding:0;
	font:inherit;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:none;
	vertical-align:baseline;
}

article, aside, footer, header, main, nav, article, section {display:block;}
img, picture, audio, canvas, video, svg {display:block; max-width:100%;}

br,
hr {display:block;}

ol,
ul,
ul,
li {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:none;}

input,
select {vertical-align:middle;}

body {
	line-height:1;
	line-break:strict;
	overflow-wrap:break-word;
	overflow-wrap:anywhere;
	word-break:normal;
	font-feature-settings:"palt";
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
}

a {
	-webkit-tap-highlight-color:transparent;
	color: inherit;
}
