/*
Theme Name: Royal Wedding Venue
Theme URI: https://royalweddingvenue.com
Author: Royal Wedding Venue
Author URI: https://royalweddingvenue.com
Description: A lightweight, high-performance, and highly customizable wedding-specific WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: wedding, responsive, elegant, lightweight, performance, elementor
Text Domain: royal-wedding-venue
*/

/* Reset & Basic Styles */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}
