/*
Theme Name: INKlined
Theme URI: https://example.com/inklined-theme
Author: Your Name
Author URI: https://example.com
Description: A modern, elegant WordPress theme for permanent makeup and beauty businesses. Features a clean design with gold accents, service showcases, portfolio gallery, and booking integration.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inklined
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, beauty, salon, booking

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* CSS Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* This file is required for WordPress theme detection.
   Actual styles are in assets/css/main.css */