/*
Theme Name: Pal Super Foods B2B Export Theme
Theme URI: https://palsuperfoods.com
Author: Pal Trading Corporation
Author URI: https://palsuperfoods.com
Description: Official WordPress & Elementor B2B Export Theme for Pal Super Foods — Agricultural Superfoods Exporter House (Ambaji, Gujarat, India).
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: b2b, e-commerce, elementor, agricultural-export, superfoods, clean, responsive, custom-colors, custom-menu, featured-images
Text Domain: pal-super-foods
*/

/* Custom Base Typography & Theme Fallback Styles */
:root {
  --psf-emerald-dark: #064e3b;
  --psf-emerald-primary: #047857;
  --psf-amber-gold: #f59e0b;
  --psf-slate-dark: #0f172a;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1e293b;
  background-color: #f8fafc;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.font-display {
  font-family: 'Playfair Display', Georgia, serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.max-w-7xl { max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
