
/* ==========================================
   HELVETICA ONLY – NO OTHER FONTS
========================================== */

@font-face {
    font-family: 'HelveticaCustom';
    src: url('https://eng.cbcnews.pk/wp-content/themes/upress/css/fonts/helvetica/Helvetica.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('https://eng.cbcnews.pk/wp-content/themes/upress/css/fonts/helvetica/Helvetica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('https://eng.cbcnews.pk/wp-content/themes/upress/css/fonts/helvetica/Helvetica-Oblique.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('https://eng.cbcnews.pk/wp-content/themes/upress/css/fonts/helvetica/helvetica-light-587ebe5a59211.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ==========================================
   FORCE HELVETICA SITEWIDE
========================================== */

html, body, * {
    font-family: 'HelveticaCustom', Helvetica, Arial, sans-serif !important;
}
