/* ==========================================================================
   Product Finder Pro — Shabnam Font
   --------------------------------------------------------------------------
   Loads the Shabnam typeface and scopes it ONLY to Product Finder Pro's own
   markup (admin pages of this plugin + the public wizard/results widget).
   It must never leak into the rest of WordPress admin or the site's theme,
   so every rule below is namespaced under .pfp-font-scope.
   ========================================================================== */

@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Scope: applied to a wrapper class added around every admin screen and
   public-facing markup that belongs to this plugin. */
.pfp-font-scope,
.pfp-font-scope * {
    font-family: 'Shabnam', Tahoma, Arial, sans-serif !important;
}

.pfp-font-scope b,
.pfp-font-scope strong,
.pfp-font-scope h1,
.pfp-font-scope h2,
.pfp-font-scope h3,
.pfp-font-scope h4,
.pfp-font-scope h5,
.pfp-font-scope h6,
.pfp-font-scope .pfp-font-bold {
    font-weight: 700;
}
