/*
Theme Name: Post Manager
Theme URI: https://github.com/ajithfrancis2001/post-manager-theme
Author: Ajith P Francis
Author URI: https://github.com/ajithfrancis2001
Description: A custom WordPress theme with post management functionality, including custom user roles, CRUD operations, category management, and image uploads.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
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: post-manager
Tags: blog, custom-menu, post-management, admin-interface

Post Manager is a comprehensive WordPress theme that provides advanced post management capabilities
with a custom admin interface for managing posts, categories, and images.
*/

/* Reset & Base Styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
	color: #333;
}

/* Theme-specific styles will be added here */
