/*
Theme Name: Personal Pro
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A single-page personal CV / portfolio theme with a full Customizer options panel — colors, header, hero introduction, about/summary, skills, experience timeline, education, career milestones, professional memberships, publications, languages, FAQ, contact form and footer are all editable from Appearance > Customize. Built for individuals presenting a professional career profile online.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: personal-pro
Tags: one-column, custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready

Personal Pro is a from-scratch theme. Actual layout rules live in assets/css/main.css
(enqueued via functions.php) — this file only carries the required theme header
and a couple of WordPress-core structural selectors.
*/

.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	white-space: nowrap;
}
