/*
 * Newton Books brand palette.
 * Change these values to update the brand colors across the storefront,
 * customer account, tracking pages, and admin interface.
 */
:root {
    --nb-brand-blue: #315b54;
    --nb-brand-blue-dark: color-mix(in srgb, var(--nb-brand-blue) 78%, #000);
    --nb-brand-category: #173f35;
    --nb-brand-category-active: #ff6b21;
    --nb-brand-orange: #fe8642;
    --nb-brand-orange-muted: #b86b50;
}
