/*
Theme Name: Athens PDF Studio
Theme URI: https://ai.studio
Author: Athens Crito & Google AI Studio
Author URI: https://ai.studio
Description: A modern, ultra-fast, responsive PDF Tools Suite theme for WordPress. Enables client-side PDF editing, merging, splitting, compressing, converting, watermarking, signing, and annotating without external database servers.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: athens-pdf-studio
Tags: pdf, studio, custom-header, theme-options, full-width-template, responsive-layout
*/

/* Reset & Core Theme Styles */
:root {
  --primary-indigo: #4f46e5;
  --primary-blue: #2563eb;
  --bg-dark: #0f172a;
  --text-dark: #f8fafc;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #0f172a;
  color: #f8fafc;
}