/*
Theme Name: FASA OHG
Theme URI: http://localhost/fasaohg
Author: FASA OHG
Description: Development foundation for the bilingual FASA OHG website.
Version: 0.1.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: fasaohg
Domain Path: /languages
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

img {
	height: auto;
	max-width: 100%;
}

.site-shell {
	margin-inline: auto;
	max-width: 75rem;
	padding: 2rem 1rem;
}
