/*
Theme Name: BrandMe
Theme URI: https://rashed.im/brandme
Author: Rashed Hossain
Author URI: https://rashed.im
Description: BrandMe is a lightweight, modern personal portfolio and blog theme built for freelancers, developers, designers, writers, photographers, and creators. Fast, Core Web Vitals optimized, WCAG-minded, SEO-friendly, RTL and translation ready, dark mode ready, Gutenberg-first with block patterns and optional Elementor support. No jQuery, no importer, no external dependencies.
Version: 1.0.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brandme
Domain Path: /languages
Tags: portfolio, blog, photography, translation-ready, rtl-language-support, custom-colors, custom-logo, custom-menu, custom-background, custom-header, featured-images, block-patterns, block-styles, wide-blocks, editor-style, threaded-comments, sticky-post
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.2
*/

/* Core alignment / WordPress required classes (main styles in assets/dist/css/theme.css) */
.alignleft { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1200px; }
.alignfull { max-width: none; width: 100%; }
.wp-caption { max-width: 100%; margin-bottom: 1.5rem; }
.wp-caption-text, .gallery-caption { font-size: 0.875rem; color: #64748b; margin-top: 0.5rem; }
.sticky { }
.bypostauthor { }
.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;
}
.screen-reader-text:focus {
	background-color: #0f172a;
	border-radius: 8px;
	clip: auto !important;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 16px;
	line-height: normal;
	padding: 12px 20px;
	text-decoration: none;
	top: 16px;
	width: auto;
	z-index: 100000;
}
