/*
Theme Name: CreatorMock
Theme URI: https://example.com/creatormock
Author: Antigravity
Author URI: https://example.com
Description: A high-end, functional, and SEO-optimized WordPress Theme with a Figma/Notion aesthetic.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: creatormock
Tags: blog, custom-background, custom-logo, custom-menu, featured-images, one-column, two-columns, right-sidebar, translation-ready
*/

:root {
	--font-inter: 'Inter', sans-serif;
    --color-bg-light: #F8FAFC; /* slate-50 */
    --color-bg-dark: #0F172A; /* slate-900 */
    --color-text-light: #0F172A;
    --color-text-dark: #F8FAFC;
}

/* 
 * Base styles are handled by Tailwind CSS.
 * Add custom overrides here if absolutely necessary, 
 * but prefer Tailwind utility classes in templates.
 */

/* Example of a smooth transition helper if not using Tailwind's transition classes everywhere */
.smooth-transition {
    transition: all 0.3s ease-in-out;
}
