/*
Theme Name: Kent Tour Safaris
Theme URI: https://kenttoursafaris.com
Author: Kent Tour Safaris
Author URI: https://kenttoursafaris.com
Description: A warm, immersive WordPress theme for Kent Tour Safaris — Uganda and East Africa safari specialists.
Version: 1.5.1
Requires at least: 6.0
Tested up to: 6.7
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: kent-tour-safaris
Tags: custom-menu, featured-images, full-width-template, tourism, travel, blog
*/

/* Font fallbacks — loaded via Google Fonts in enqueue.php */
:root {
	--kts-font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--kts-font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

body,
button,
input,
select,
textarea {
	font-family: var(--kts-font-body);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--kts-font-display);
}
