/*
Theme Name: Mike Rosik Portfolio
Theme URI: https://mikerosik.com
Author: Mike Rosik
Author URI: https://mikerosik.com
Description: A high-end, fast, accessible portfolio theme for a senior UX / product designer. Editorial layout, strong project cards, large hero, subtle motion. Industrial Scandinavian palette — paper white, warm grey and signature orange (Teenage Engineering vibe) — with a warm charcoal dark mode. Block-editor compatible. Built with vanilla JS and modern CSS — no heavy dependencies.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: mike-rosik-portfolio
Tags: portfolio, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
*/

/*
 * NOTE: This file's header (above) is what WordPress reads to register the theme.
 * The actual visual styles are split into /assets/css/ and enqueued from functions.php
 * for performance and caching. WordPress still requires this style.css to exist.
 *
 * A small set of base custom properties are mirrored here so the block editor and
 * any plugin that reads the active stylesheet get sensible defaults.
 */

:root {
	--mrp-color-bg: #f2f2ef;
	--mrp-color-text: #1a1a18;
	--mrp-color-accent: #ff4d00;
}
