/*
Theme Name: PrimeArc Pro
Theme URI: https://primearcdesign.com/
Author: PrimeArc Design Services
Author URI: https://primearcdesign.com/
Description: PrimeArc Pro is a premium, fully customizable consultancy theme built for PrimeArc Design Services. It brings project management, design services and public relations management together in one refined, editorial website. Every section of the website is managed from the dedicated "PrimeArc Pro" dashboard menu — no code editing required.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
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: primearc
Tags: business, portfolio, custom-menu, custom-logo, featured-images, translation-ready, accessibility-ready, block-styles, wide-blocks
*/

/*
 * The complete design system for PrimeArc Pro lives in:
 *   assets/css/main.css   — frontend styles
 *   assets/css/admin.css  — PrimeArc Pro dashboard styles
 *
 * Colour, typography and button tokens are generated dynamically from
 * PrimeArc Pro > Theme Settings and printed as CSS custom properties.
 * This file only carries the theme header required by WordPress plus a
 * small set of core WordPress editor classes.
 */

.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; }
.screen-reader-text {
	border: 0;
	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: #ffffff;
	clip-path: none;
	color: #12261e;
	display: block;
	font-size: 0.9rem;
	height: auto;
	left: 1rem;
	line-height: normal;
	padding: 0.9rem 1.4rem;
	text-decoration: none;
	top: 1rem;
	width: auto;
	z-index: 100000;
}
