/*
Theme Name: Sri Lanka Holidays
Theme URI: https://srilankaholidays.lk
Author: Antigravity
Author URI: https://srilankaholidays.lk
Description: A premium, highly aesthetic, responsive, and SEO-friendly WordPress theme designed specifically for inbound tour operators in Sri Lanka. Features custom post types for tour packages, category filters, and built-in inquiry forms.
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: sri-lanka-holidays
Tags: travel, tourism, photography, custom-menu, featured-images, flexible-header, post-formats, translation-ready, accessibility-ready

==========================================================================
WARNING: Core styles are loaded from separate CSS files for modularity, 
but this file defines the theme configuration and global overrides.
========================================================================== */

:root {
    --primary: #073B4C;
    --primary-light: #1E5F74;
    --primary-dark: #03212C;
    --accent: #E5A93B;
    --accent-hover: #C58F2E;
    --secondary: #17B890;
    --secondary-light: #DEFFE8;
    --dark: #1D2A44;
    --light: #F4F7F6;
    --white: #FFFFFF;
    --gray: #687A86;
    --gray-light: #E4ECE9;
    --text-color: #2D3A44;
    --border-radius: 16px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow: 0 10px 30px -10px rgba(7, 59, 76, 0.08);
}

/* Base resets to match the theme template */
body {
    font-family: 'Inter', sans-serif;
    color: var(--text-color);
    background-color: var(--light);
    line-height: 1.6;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--primary);
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
