/*
Theme Name: Caliph Store Theme
Theme URI: https://example.com/woo-theme-from-zero
Author: https://caliphtech.id/
Author URI: https://example.com
Description: Custom WooCommerce theme scaffold built from the implementation checklist in the project docs.
Version: 1.0.30
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: woo-theme-from-zero
*/

/*
 * Base styles live in assets/css/*.css and are enqueued from inc/enqueues.php.
 * This file is kept primarily for WordPress theme metadata and fallback styling.
 */

body {
	margin: 0;
	font-family: var(--theme-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	color: #111827;
	background: #f8fafc;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid #0ea5e9;
	outline-offset: 3px;
}
