/**
Theme Name: Smart Mortgage Calculator
Author: DriveNorth Inc.
Author URI: https://drivenorth.ca/
Description: Developed by DriveNorth Inc., this theme powers a comprehensive Canadian Mortgage Calculator. It offers users a fast, intuitive, and highly visual experience for understanding their estimated mortgage payments, including CMHC insurance, and provides detailed amortization breakdowns to aid in informed home finance decisions.

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: smart-mortgage-calculator
Template: astra

/* Apply Karla font to the main header wrapper */
.ast-main-header-wrap {
    font-family: 'Karla', sans-serif !important;
}

/* If there are specific heading tags (h1, h2, h3, etc.) or other text elements
   within your header that also need to be forced to Karla, target them more specifically: */
.ast-main-header-wrap h1,
.ast-main-header-wrap h2,
.ast-main-header-wrap h3,
.ast-main-header-wrap p,
.ast-main-header-wrap span,
.ast-main-header-wrap a,
.ast-main-header-wrap li { /* Added common text elements and list items */
    font-family: 'Karla', sans-serif !important;
}

*/