/*
Theme Name: Fair Credit Advisory
Theme URI: https://faircredit.in
Author: Fair Credit Financial Advisory
Author URI: https://faircredit.in
Description: High-converting, fully customizable WordPress theme for Indian loan advisory, MSME business funding, home loans, loan against property (LAP), and real-time EMI calculators. 100% compatible with Elementor drag-and-drop, Gutenberg, Zoho CRM, and Astra layouts.
Version: 1.1.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
Text Domain: fair-credit
Tags: financial, loan, banking, elementor, full-width-template, custom-colors, custom-menu, rtl-language-support, translation-ready
*/

/* Core Theme Styles */
body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1e293b;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.site-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .site-container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .site-container {
    padding: 0 2rem;
  }
}
