/*
Theme Name: Osian Jewels
Theme URI: https://osianjewels.example
Author: Osian Jewels
Author URI: https://osianjewels.example
Description: A premium, motion-led WordPress theme for the Osian Jewels fine jewellery brand. Luxury editorial aesthetic with a cream palette, elegant serif typography, GSAP scroll animations and a floating diamond hero motion. Includes a Products custom post type, category taxonomy, lookbook gallery, and full Customizer-driven content editing — no page builder required.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.5
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: osian-jewels
Tags: jewellery, luxury, custom-post-types, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready
*/

/*
 * The full design system lives in assets/css/main.css (enqueued in functions.php).
 * This file only carries the required theme header above so the theme is valid.
 * A small set of base resets is kept here as a safe fallback.
 */

:root {
	--oj-cream: #f6f2ec;
	--oj-ink: #1a1714;
}

html {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}
body {
	margin: 0;
	background: var(--oj-cream);
	color: var(--oj-ink);
}
