/*
Theme Name: Omniyat Theme
Theme URI: https://omniyat.ma/
Author: Omniyat
Author URI: https://omniyat.ma/
Description: Thème custom Omniyat — Pionnier logistique IA. Thème WordPress classique, sans dépendance Elementor, optimisé performance et SEO.
Version: 0.4.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
License URI: https://omniyat.ma/
Text Domain: omniyat
Domain Path: /languages
Tags: custom, business, logistics
*/

/* ---------- Reset minimal ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--wp--preset--font-family--sans, "Bricolage Grotesque", system-ui, sans-serif);
	font-size: var(--wp--preset--font-size--base, 1rem);
	line-height: 1.5;
	color: var(--wp--preset--color--secondary, #54595F);
	background: var(--wp--preset--color--background, #FFFFFF);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--wp--preset--color--primary, #83A522); text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

/* ---------- Layout containers ---------- */
.omniyat-container {
	max-width: 1140px;
	margin-inline: auto;
	padding-inline: 1rem;
}

/* ---------- Skip link (a11y) ---------- */
.omniyat-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 9999;
	background: #272727;
	color: #fff;
	padding: 0.75rem 1rem;
}
.omniyat-skip-link:focus { left: 0; }

/* Squelette uniquement. Styles complets en Phase 2. */
