/*
Theme Name: Academic Theme
Theme URI: https://example.com/academic-theme
Author: Your Name
Author URI: https://example.com
Description: A professional academic WordPress theme with Tailwind CSS and Gutenberg support. Designed for researchers, educators, and academic professionals.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
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: academic-theme
Tags: education, blog, custom-menu, featured-images, theme-options, translation-ready, block-styles

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* 
 * Tailwind CSS will handle most styling
 * This file is mainly for theme metadata
 */

/* Fallback styles if CSS doesn't load */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #1f2937;
}
