/*
Theme Name: Garage Aeroport
Theme URI: https://www.garage-aeroport.ch/
Description: Premium airport parking, rental, and vehicle care child theme for Hello Elementor.
Author: Shahab Farooq
Template: hello-elementor
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: garage
*/

:root {
	color-scheme: dark;
	--garage-fallback-bg: #1d1008;
	--garage-fallback-fg: #153158;
}

html {
	background: var(--garage-fallback-bg);
}

body {
	margin: 0;
	background: var(--garage-fallback-bg);
	color: var(--garage-fallback-fg);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
