/* ===== BB PRO TEXT ===== */
@font-face {
    font-family: 'BB Pro Text';
    src: url('/wp-content/bbc/fonts/BB-Pro-Text/bb-pro-text.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Pro Text';
    src: url('/wp-content/bbc/fonts/BB-Pro-Text/bb-pro-text_semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ===== BB PRO DISPLAY ===== */
@font-face {
    font-family: 'BB Pro Display';
    src: url('/wp-content/bbc/fonts/BB-Pro-Display/bb-pro-display_light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Pro Display';
    src: url('/wp-content/bbc/fonts/BB-Pro-Display/bb-pro-display.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Pro Display';
    src: url('/wp-content/bbc/fonts/BB-Pro-Display/bb-pro-display_medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Pro Display';
    src: url('/wp-content/bbc/fonts/BB-Pro-Display/bb-pro-display_semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Pro Display';
    src: url('/wp-content/bbc/fonts/BB-Pro-Display/bb-pro-display_bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===== KOHINOOR BANGLA ===== */
@font-face {
    font-family: 'Kohinoor Bangla';
    src: url('/wp-content/bbc/fonts/Kohinoor-Bangla/kohinoor-bangla_light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kohinoor Bangla';
    src: url('/wp-content/bbc/fonts/Kohinoor-Bangla/kohinoor-bangla.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kohinoor Bangla';
    src: url('/wp-content/bbc/fonts/Kohinoor-Bangla/kohinoor-bangla_medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kohinoor Bangla';
    src: url('/wp-content/bbc/fonts/Kohinoor-Bangla/kohinoor-bangla_semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kohinoor Bangla';
    src: url('/wp-content/bbc/fonts/Kohinoor-Bangla/kohinoor-bangla_bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===== BB MONO ===== */
@font-face {
    font-family: 'BB Mono';
    src: url('/wp-content/bbc/fonts/BB-Mono/bb-mono.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Mono';
    src: url('/wp-content/bbc/fonts/BB-Mono/bb-mono_semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ===== SOCIAL ICON ===== */
@font-face {
    font-family: 'Social Icon';
    src: url('/wp-content/bbc/fonts/Social-Icon/social-media-font.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ===== BB ICONS ===== */
@font-face {
    font-family: 'BB Icons';
    src: url('/wp-content/bbc/fonts/BB-Icons/bb-icons_regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB Icons';
    src: url('/wp-content/bbc/fonts/BB-Icons/bb-icons_semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ===== GLOBAL TYPOGRAPHY ===== */
body {
    font-family: 'BB Pro Text',
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 17px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== HEADINGS ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'BB Pro Display',
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-weight: 600;
}

/* ===== STRONG TEXT ===== */
b,
strong {
    font-family: 'BB Pro Display',
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-weight: 700;
}