/*
Theme Name: MarryMe
Theme URI: https://marryme.pt
Author: MarryMe Team
Author URI: https://marryme.pt
Description: A custom WordPress theme for MarryMe - Marriage Proposal Planning Service in Portugal
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marryme
*/

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
} 