/* ========================================
   UK MARRIAGE BUREAU - CORE TYPOGRAPHY
   Branch Central System
======================================== */

body {
    font-family: 'Figtree', sans-serif;
    background: var(--ivory-gradient);
    color: var(--emerald);
    line-height: 1.6;
}

/* Numeric Typography Lock */
.counter,
.stat-number,
.fee-amount-premium,
.package-price,
.age-value,
.phone-number,
.year-value,
.rating-score,
[id*="counter"],
span[class*="number"],
.numeric-value {
    font-family: 'Figtree', sans-serif !important;
    font-weight: 800 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

p {
    font-family: 'Figtree', sans-serif;
    line-height: 1.7;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Utility Classes */
.text-gold {
    color: var(--luxury-gold);
}

.bg-emerald {
    background: var(--emerald);
}

.border-gold {
    border: var(--border-gold-solid);
}

.shadow-gold {
    box-shadow: var(--shadow-gold);
}

.shadow-gold-hover:hover {
    box-shadow: var(--shadow-gold-hover);
}