/*---*\
Custom Properties
Landing page design tokens from Figma (Atlanta Chimney Doctor)

KEY FEATURES:
- Brand colors and fonts for flexible content sections
- Section spacing utilities
\*---*/

:root {
	--color-primary: #fe6702;
	--color-primary-hover: #e05c02;
	--color-bg-dark-blue: #202020;
	--color-bg-gray: #404040;
	--color-bg-black: #110f0f;
	--color-bg-white: #ffffff;
	--color-text-white: #ffffff;
	--color-text-muted: #dddcd9;
	--color-text-dark: #202020;
	--color-border-muted: #787878;

	--font-heading: 'Inknut Antiqua', Georgia, serif;
	--font-body: 'Roboto', Arial, sans-serif;

	--section-margins: 52px;
	--container-max-width: 1264px;
}
