/* SF Pro Font Family CSS */
/* Bu dosya SF Pro font ailesinin tüm varyantlarını içerir */

/* ===========================================
   SF PRO DISPLAY FONTS
   Başlıklar ve büyük metinler için optimize edilmiş
   =========================================== */

/* SF Pro Display - Ultralight */
@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-Ultralight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-UltralightItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Display - Thin */
@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-ThinItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Display - Light */
@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Display - Regular */
@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Display - Medium */
@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Display - Semibold */
@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Display - Bold */
@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Display - Heavy */
@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-HeavyItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Display - Black */
@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./SF-Pro-Display-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* ===========================================
   SF PRO TEXT FONTS
   Uzun metinler ve paragraflar için optimize edilmiş
   =========================================== */

/* SF Pro Text - Ultralight */
@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-Ultralight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-UltralightItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Text - Thin */
@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-ThinItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Text - Light */
@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Text - Regular */
@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Text - Medium */
@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Text - Semibold */
@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Text - Bold */
@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Text - Heavy */
@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-HeavyItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* SF Pro Text - Black */
@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('./SF-Pro-Text-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* ===========================================
   SF PRO ROUNDED FONTS
   Yuvarlatılmış köşeli versiyon
   =========================================== */

/* SF Pro Rounded - Ultralight */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./SF-Pro-Rounded-Ultralight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Thin */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./SF-Pro-Rounded-Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Light */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./SF-Pro-Rounded-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Regular */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./SF-Pro-Rounded-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Medium */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./SF-Pro-Rounded-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Semibold */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./SF-Pro-Rounded-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Bold */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./SF-Pro-Rounded-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Heavy */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./SF-Pro-Rounded-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Black */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./SF-Pro-Rounded-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ===========================================
   SF PRO LEGACY FONTS
   Eski versiyonlar
   =========================================== */

@font-face {
    font-family: 'SF Pro';
    src: url('./SF-Pro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('./SF-Pro-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}