
/*
Theme Name: PDF Tools Hub
Theme URI: https://example.com/pdf-tools-hub
Author: PDF Tools Hub Team
Author URI: https://example.com
Description: A comprehensive web-based PDF management platform theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pdftools
Tags: pdf, tools, productivity, conversion
*/

/* 
 * This file is required for WordPress theme recognition.
 * Actual styling is handled primarily via Tailwind CSS (CDN).
 */

body {
    font-family: 'Inter', sans-serif;
    background-color: #f9fafb;
}

/* Custom overrides can go here */
.admin-bar .sticky.top-0 {
    top: 32px; /* Adjust sticky header for WP Admin bar */
}
