/* 1. REGULAR (400) - Ana metinler için */
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('./AvenirNextLTPro/AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 2. MEDIUM (500) - Okunabilirliği yüksek ara ağırlık */
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('./AvenirNextLTPro/AvenirNextLTPro-Medium.otf') format('opentype'); /* Listende MediumLt/MediumCn var, Medium yoksa Demi'yi 500 yapabilirsin */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* 3. DEMI (600) - Alt başlıklar için ideal */
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('./AvenirNextLTPro/AvenirNextLTPro-Demi.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* 4. BOLD (700) - Güçlü vurgular ve ana başlıklar */
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('./AvenirNextLTPro/AvenirNextLTPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 5. HEAVY (900) - Çok büyük ve etkileyici başlıklar (Opsiyonel) */
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('./AvenirNextLTPro/AvenirNextLTPro-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}