/*
Theme Name: DEV.PORTFOLIO
Author: Ledaitu
Author URI: https://ledaitu.com
Description: A minimalist tech-noir portfolio theme for developers and designers. Features dark aesthetics, project showcase, blog, and contact functionality with modern styling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: dev-portfolio
Tags: portfolio, blog, one-column, custom-menu, featured-images, full-width-template, custom-logo, custom-colors, translation-ready
*/

/* Required WordPress Classes */
.gallery-caption {
    font-size: 0.8em;
    color: #666;
}

.bypostauthor {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Main styles are compiled from Tailwind in assets/css/main.css */

/* Critical inline styles for theme initialization */
body {
    margin: 0;
    padding: 0;
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #0a0a0a;
    color: #ffffff;
}