/*
Theme Name: Maiker
Theme URI: https://www.maike-auto.com/
Author: Maiker
Author URI: https://www.maike-auto.com/
Description: Off-road auto accessories manufacturer theme. Classic PHP theme ported from the Maiker Auto design system — pill buttons, sharp-edged imagery, Inter typography, near-black and signal-red palette. Full WooCommerce support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: maiker
Tags: e-commerce, custom-menu, custom-logo, featured-images, translation-ready, two-columns, right-sidebar, block-styles, wide-blocks
/*
 * `WC requires at least` is 7.0.1, not 7.0: the templates call
 * `wc_wp_theme_get_element_class_name()`, which WooCommerce added in 7.0.1.
 * Declaring 7.0 would let the theme install on a version where that function
 * does not exist.
 *
 * `WC tested up to` matches the highest `@version` in the bundled template
 * overrides (11.2.0) — i.e. the WooCommerce release those templates were
 * synced against.
 */
WC requires at least: 7.0.1
WC tested up to: 11.2
*/

/*
 * All actual styling lives in assets/css/main.css.
 * This file only carries the WordPress theme header plus a minimal
 * fallback so the theme still renders if main.css fails to load.
 */

body {
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #0e0e0d;
	background: #fff;
	margin: 0;
}

a { color: #d8232f; }
img { max-width: 100%; height: auto; }
