/*
 * Storefront typography follows the product index card across Traditional
 * Chinese, Japanese, Latin text, and numerals. The editorial hero is excluded.
 */
:root {
  --storefront-card-font:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Text",
    "Helvetica Neue",
    Arial,
    "Noto Sans JP",
    "Noto Sans TC",
    sans-serif;
}

.site-header,
.prelaunch-notice,
main > :not(.editorial-collage-hero),
.site-footer,
.product-drawer,
.cart-drawer {
  font-family: var(--storefront-card-font);
}

.site-header *,
.site-header *::before,
.site-header *::after,
.prelaunch-notice *,
.prelaunch-notice *::before,
.prelaunch-notice *::after,
main > :not(.editorial-collage-hero) *,
main > :not(.editorial-collage-hero) *::before,
main > :not(.editorial-collage-hero) *::after,
.site-footer *,
.site-footer *::before,
.site-footer *::after,
.product-drawer *,
.product-drawer *::before,
.product-drawer *::after,
.cart-drawer *,
.cart-drawer *::before,
.cart-drawer *::after {
  font-family: var(--storefront-card-font) !important;
}
