/*
Theme Name: Argen Verlag
Theme URI: https://argen-verlag.de/
Author: Flow Factory GmbH
Author URI: https://flowfactory.de/
Description: Custom WordPress theme for the German publishing house Argen Verlag. Clean, modern and secure — no page builder, no external dependencies except Google Fonts.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: argen-verlag
Domain Path: /languages
Tags: blog, publishing, custom-logo, custom-menu, featured-images, translation-ready
*/

:root {
	/* Colors */
	--color-ink: #1a1a2e;
	--color-paper: #f8f6f1;
	--color-accent: #2a5298;
	--color-muted: #6b6b7a;
	--color-border: #e0ddd6;
	--color-white: #ffffff;

	/* Typography */
	--font-head: 'EB Garamond', Georgia, serif;
	--font-body: 'Inter', 'Source Sans 3', system-ui, sans-serif;
}
