/*
Theme Name: AK Email Studio
Theme URI: https://example.com/ak-email-studio
Author: AK Email Studio
Author URI: https://example.com
Description: A native WordPress theme with a full drag-and-drop Email Marketing System built in — visual email builder, templates, campaigns, subscribers, segments, automations, analytics, SMTP integrations and delivery tracking. Elementor and WooCommerce compatible.
Version: 1.0.1
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ak-email-studio
Tags: email, marketing, newsletter, block-patterns, custom-colors, custom-menu, translation-ready

AK Email Studio is a modern, minimal front-end theme whose primary purpose is
to host the "AK Email Studio" admin application (Dashboard, Email Builder,
Templates, Campaigns, Subscribers, Segments, Automations, Analytics, SMTP
Settings, Integrations, Settings). See ARCHITECTURE.md for the full system
design.
*/

/* Minimal front-end styles; the admin React app ships its own Tailwind build
   under assets/dist and does not use this stylesheet. */

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.6;
	color: #1f2937;
}

.akes-unsubscribe-wrap,
.akes-preferences-wrap {
	max-width: 560px;
	margin: 64px auto;
	padding: 32px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
}
