/**
 * Books store: keep custom Riyal face on ر.س / SAR spans.
 * Tailwind’s `.font-[Riyal]` lives in @layer utilities; WooCommerce and other
 * unlayered styles in wp_head can override it. This sheet loads late (see functions.php).
 */
.books-store-ds .font-\[Riyal\],
.books-store-pdp--figma .font-\[Riyal\] {
  font-family: Riyal, "Riyal", sans-serif !important;
}
