/* APK Protocol Font Family - Optimized Loading */
/* Only load WOFF2 for modern browsers - 90%+ support */

@font-face {
    font-family: 'APK Protocol';
    src: url('../fonts/APK-Protocol-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'APK Protocol';
    src: url('../fonts/APK-Protocol-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'APK Protocol';
    src: url('../fonts/APK-Protocol-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Italic variants - load only if needed */
@font-face {
    font-family: 'APK Protocol';
    src: url('../fonts/APK-Protocol-Regular-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'APK Protocol';
    src: url('../fonts/APK-Protocol-Bold-Italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'APK Protocol';
    src: url('../fonts/APK-Protocol-Light-Italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Base font styles */
html, body {
    --bs-body-font-weight: 400;
    font-style: normal;
}

html, body, * {
    font-family: "APK Protocol", sans-serif;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
}
