/*
Theme Name: African Safari Trips
Theme URI: https://africansafaritrips.com
Template: hello-elementor
Author: African Safari Trips
Author URI: https://africansafaritrips.com
Description: Cinematic, editorial, luxury safari theme for African Safari Trips. A child of Hello Elementor, built to be edited entirely in WordPress + Elementor Pro. Registers the brand fonts (Fraunces + Inter) and the safari content model (parks, safaris, activities, destinations, lodges, testimonials, team). Visual styling lives in the companion plugin "AST Safari Elementor" (ast.css); this file carries only the child-theme header and minimal resets.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: ast-safari
Tags: safari, travel, elementor, child-theme
*/

/* -------------------------------------------------------------------------
   African Safari Trips — child theme
   The bulk of the visual design system (tokens, typography, components,
   motion) is delivered by the companion plugin "AST Safari Elementor"
   (ast.css), so that styling survives a theme switch and stays editable.
   Keep this file lean: child-theme header above + a few safe resets below.
   ------------------------------------------------------------------------- */

/* Brand font fallbacks. The actual web fonts (Fraunces + Inter) are
   enqueued in functions.php; these custom properties give Elementor and
   any hand-written markup a sensible reference to the brand stacks. */
:root {
	--ast-serif: "Fraunces", Georgia, "Times New Roman", serif;
	--ast-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Minimal, non-destructive resets. Hello Elementor + Elementor own most of
   the layout, so we deliberately avoid heavy global overrides here. */
img,
video {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}
