/* Product facade for Tarot.
 *
 * The production Tarot table still lives in the shared historical stylesheet.
 * Keeping this file deliberately thin gives every product the same asset entry
 * point without forking the mature table UI.
 */
:root {
    --tarot-product-green: #173f35;
    --tarot-product-cream: #f4ead2;
    --tarot-product-gold: #d8ad57;
}
