/*
Theme Name: hitesh-photo-editor-theme
Theme URI: https://hiteshsolanki.com
Author: Hitesh Solanki
Author URI: https://hiteshsolanki.com
Description: A custom WordPress theme for professional wedding photo editors, migrated from Next.js.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hitesh-photo-editor-theme
*/

/* Base Styles */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.selection\:bg-gray-900 *::selection {
    background-color: #111827;
    color: #fff;
}
