/*
Theme Name:   Aanra Theme
Theme URI:    https://aanra.com
Description:  Kadence child theme for Aanra — luxury brand colors and typography.
Author:       Aanra
Template:     kadence
Version:      2.19.19
Text Domain:  aanra-theme
*/

/* ============================================================
   Brand tokens live in assets/css/tokens.css (defaults) and are
   overridden at runtime by ACF via aanra_output_dynamic_brand_css()
   in functions.php — including the Kadence --global-palette* vars.
   Do NOT re-declare brand colors here.
   ============================================================ */

/* ============================================================
   Typography
   ============================================================ */
body,
.site {
	font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6,
.site-title,
.entry-title {
	font-family: var(--font-display);
}

/* ================================================================
   KADENCE CONTENT AREA RESET
   ================================================================ */
.content-area,
#primary,
.site-content,
.entry-content,
.kadence-inner-column-inner,
.wp-block-group {
  background: transparent !important;
}

body:not(.page-template-page-home) {
  background-color: #ffffff !important;
}
