/*
	
	#	RESET.CSS
	
	!!! DO NOT EDIT THIS FILE !!!
	
	Author: Roman Klein
	Version: 2.3.0
	Date: 01.01.2021
	
*/


/* Box Model, Overflow & Text Size Adjust */
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* Global Reset */
*, *::before, *::after {
    box-sizing: inherit;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

/* Better body defaults */
body {
    min-height: 100vh;
    line-height: 1.5;
}

/* Reset Link Styling */
a {
    text-decoration: none;
    text-decoration-skip-ink: auto;
}

/* Better Image defaults */
img {
    max-width: 100%;
    display: block;
}
