/*
Theme Name: Red Piston Co
Theme URI: https://redpistoncompany.example
Author: Red Piston Co.
Author URI: https://redpistoncompany.example
Description: Elementor-ready one-page theme for Red Piston Co. Automatically creates and publishes the editable home page (built with the Elementor page builder) the moment this theme is activated.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: red-piston-co
*/

/* All visual styling for the home page lives inside the Elementor HTML
   widgets that this theme auto-generates on activation (see inc/home-elementor-data.json
   and functions.php). This stylesheet intentionally stays minimal — it only
   covers safe fallbacks for non-Elementor pages (404, search, etc). */

body {
	background: #0a0a0b;
	color: #ece4d3;
	font-family: 'Barlow', Arial, sans-serif;
	margin: 0;
}

a {
	color: inherit;
}

.rpc-fallback-wrap {
	max-width: 760px;
	margin: 80px auto;
	padding: 0 24px;
	text-align: center;
}
