/*
Theme Name: Nexus Theme
Theme URI: https://example.com/nexus
Author: Your Name
Author URI: https://example.com
Description: A feature-rich, mobile-first WordPress theme with Dark Mode and Tailwind CSS.
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: nexus
Tags: blog, custom-background, custom-logo, custom-menu, featured-images, one-column, two-columns, right-sidebar, translation-ready
*/

/* * NOTE: We are using Tailwind CSS via CDN in functions.php for this version.
 * In a production environment, you would compile your Tailwind into this file.
 */

/* Basic WordPress Classes Alignment */
.aligncenter { text-align: center; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.wp-caption { padding: 10px; border: 1px solid #ddd; }