/*
Theme Name:   Akshaya Rane — Brand Theme
Theme URI:    https://akshayar.online
Description:  Child theme of Twenty Twenty-Five with custom brand styles
Author:       Akshaya Rane
Author URI:   https://akshayar.online
Template:     twentytwentyfive
Version:      1.0.0
License:      GNU General Public License v2 or later
Text Domain:  akshaya-theme
*/

/* ── FIX 1: About section font override ── */
.wp-block-group p,
.wp-block-group h1,
.wp-block-group h2,
.wp-block-group h3,
.wp-block-group h4 {
  font-family: 'DM Sans', system-ui, sans-serif;
}

.wp-block-group h1,
.wp-block-group h2,
.wp-block-group h3 {
  font-family: 'Lora', Georgia, serif;
}

/* ── FIX 2: Dark belief section — more padding ── */
.has-deep-ink-background-color.wp-block-group {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

/* ── FIX 3: Supporting text below quote — more muted ── */
.has-deep-ink-background-color.wp-block-group > p:last-of-type,
.has-deep-ink-background-color .wp-block-paragraph:not(:first-of-type) {
  color: #6b6b88;
  font-size: 16px;
}