/*
Theme Name: Sierra Ancestral
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: sierra-ancestral
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%;
}


.stroke-thin path {
	stroke-width: 8px;
	stroke: var(--wp--preset--color--custom-primary-light, #f8eae7);
}