/* Bookplus / GreatDeals shared brand tokens.
   Keep page-specific CSS wired to these variables so brand color changes are one-file edits. */
:root {
    --bp-font-sans: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --bp-brand-primary: #004497;
    --bp-brand-primary-dark: #004497;
    --bp-brand-accent: #F47A20;
    --bp-brand-accent-dark: #D85F0F;
    --bp-brand-soft: #EAF3FC;
    --bp-brand-soft-strong: #D6E7F6;
    --bp-brand-warm: #FFF4EA;
    --bp-brand-warm-strong: #FFE2C8;
    --bp-text: #181A20;
    --bp-text-strong: #111827;
    --bp-muted: #626A75;
    --bp-line: #E5E7EB;
    --bp-soft: #F7F8FB;
    --bp-success: #15803D;
}

.bookplus-brand-link {
    color: var(--bp-brand-primary);
}

.bookplus-brand-link:hover {
    color: var(--bp-brand-primary-dark);
}
