/*
Theme Name: Amankwah Travels Theme
Theme URI: https://amankwahtravels.com
Author: Amankwah Travels & Educational Consults
Description: A custom WordPress theme for Amankwah Travels, built with Tailwind CSS and Elementor support.
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: amankwah-travels
*/

/* 
Note: This theme uses Tailwind CSS. 
You can include the Tailwind CDN in header.php for quick testing, 
or compile your styles into this file.
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}
