/*
Theme Name: AY Theme
Theme URI: http://immtechng.com/aytheme
Author: Immtech Global
Author URI: http://immtechng.com
Description: A dynamic, high-performance WordPress theme for news and blogs, built with Tailwind CSS.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aytheme
Tags: news, blog, custom-colors, custom-logo, post-formats, footer-widgets, grid-layout, one-column, two-columns, high-resolution, translation-ready

This theme uses Tailwind CSS via CDN for rapid development and flexibility.
*/

/* Baseline CSS for WordPress */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Material Symbols Integration */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

/* Custom styles for the theme */
.glass-header {
    backdrop-filter: blur(20px);
    background-color: rgba(251, 249, 248, 0.85);
}

.signature-gradient {
    background: linear-gradient(135deg, var(--ay-primary, #bc0100) 0%, var(--ay-primary-container, #eb0000) 100%);
}

.article-drop-cap::first-letter {
    float: left;
    font-family: var(--ay-headline-font, 'Work Sans'), sans-serif;
    font-size: 5rem;
    line-height: 1;
    font-weight: 900;
    padding-right: 8px;
    color: var(--ay-primary, #bc0100);
}
