/*
Theme Name: cartablo
Theme URI: https://ayoubfatihi.com/
Author: Ayoub Fatihi
Author URI: https://ayoubfatihi.com/
Description: Premium WordPress Theme developed by Ayoub Fatihi.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.3
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cartablo
Tags: custom-logo, custom-menu, featured-images, full-site-editing, translation-ready, accessibility-ready, e-commerce, entertainment
*/

/*
 * The production styling is split across assets/css/*.css.
 * This file exists for theme identification and a minimal fallback.
 */

:root {
	color-scheme: light;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #f5f7fb;
	color: #111827;
	font-family: "Inter", sans-serif;
}
