/*
Theme Name: DTF Werk
Theme URI: 
Author: Christian Unverricht
Author URI: 
Description: 
Requires at least: 7.0
Tested up to: 7.0
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: dtf-werk
Tags: 
*/

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