/*
Theme Name: warensicherung
Theme URI: 
Author: Christian Unverricht
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: warensicherung
Tags: 
*/


* {
	box-sizing: border-box;
}
html {
	/* more flexible font sizing */
	font-size: clamp(1rem, 1vw, 1.25rem);
}
html,
body {
	scroll-behavior: smooth;
}
a {
	transition: color 0.3s ease-in-out;
}
figure > img {
	display: block;
}
img {
	max-width: 100%;
}
