/*
Theme Name: Rackit Theme
Theme URI: https://rackit-rayonnage.ma
Author: Rackit
Author URI: https://rackit-rayonnage.ma
Description: Custom hand-coded theme for Rackit, manufacturer/distributor of industrial shelving and storage solutions (rayonnage, plateformes, mezzanines, cloisons industrielles). No page builder plugin. Sections are built as reusable template-part "blocks" following a .block > .block-content convention.
Version: 1.3.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: rackit
*/

/* Actual styles live in assets/css/main.css (enqueued in functions.php).
   This file only carries the required WP theme header + a minimal reset,
   so the theme stays maintainable as plain, versioned CSS rather than
   one giant stylesheet.php file. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, video { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
