/*
Theme Name: Anya Tours
Theme URI: https://anyatours.com
Author: Anya Tours
Author URI: https://anyatours.com
Description: A modern WordPress theme for Anya Tours, featuring curated tour packages, booking tools, and a polished travel experience.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: srilanka-tours
Tags: tourism, travel, booking, custom-post-type, responsive, modern

Anya Tours WordPress Theme, Copyright 2026
Anya Tours is distributed under the terms of the GNU GPL.
*/

/* 
 * Basic reset and normalize styles
 * Detailed styles are in assets/css/main.css
 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
