/*
Theme Name: Detektei Ingmar Leistner
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: detektei-ingmar-leistner
Tags: 
*/

* {
	box-sizing: border-box;
}
html {
	/* more flexible font sizing */
	font-size: clamp(0.95rem, 1vw, 1.05rem);
}
html,
body {
	scroll-behavior: smooth;
}
a {
	transition: color 0.3s ease-in-out;
}
figure > img {
	display: block;
}
img {
	max-width: 100%;
}
:root {
	--wp--preset--gradient--custom-individuell-1: linear-gradient(
		150deg,
		oklch(0.15 0.09 258) 0%,
		oklch(0.21 0.06 248) 55%,
		oklch(0.26 0.04 238) 100%
	);
}
