<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* html:root has more specificity than :root, so it will override the default values */
html:root {
	--header-shopName-fontFamily:Outfit;
	--header-tab-fontFamily:Outfit;
	--navbar-fontFamily:Outfit;
	--footer-fontFamily:Outfit;
	--cartPreview-fontFamily:Outfit;
	--cartPreview-cta-fontFamily:Outfit;
	--body-cta-fontFamily:Outfit;
	--body-title-fontFamily:Outfit;
	--body-text-fontFamily:Outfit;
	--body-secondaryText-fontFamily:Outfit;
	--tagWidget-fontFamily:Outfit;
	--touchScreen-category-fontFamily:Outfit;
	--touchScreen-product-cta-fontFamily:Outfit;
	--touchScreen-product-secondaryCTA-fontFamily:Outfit;
	--touchScreen-ticket-menu-fontFamily:Outfit;
	--touchScreen-action-cta-fontFamily:Outfit;
	--touchScreen-action-secondaryCTA-fontFamily:Outfit;
	--eventCalendar-fontFamily:Outfit;
	--header-backgroundColor:#fffbff;
	--header-shopName-color:#b32682;
	--header-tab-color:#000000;
	--header-activeTab-textDecoration-color:#000000;
	--navbar-backgroundColor:#8a1e64;
	--navbar-color:#ffffff;
	--navbar-searchInput-backgroundColor:#ffffff;
	--footer-backgroundColor:#8a1e64;
	--footer-color:#ffffff;
	--cartPreview-backgroundColor:#ffffff;
	--cartPreview-color:#ffffff;
	--cartPreview-mainCTA-backgroundColor:#b32682;
	--cartPreview-mainCTA-color:#ffffff;
	--cartPreview-secondaryCTA-backgroundColor:#ad2682;
	--cartPreview-secondaryCTA-color:#ffffff;
	--body-mainPlan-backgroundColor:#fffbff;
	--body-secondPlan-backgroundColor:#ffffff;
	--body-title-color:#8a1e64;
	--body-text-color:#000000;
	--body-secondaryText-color:#000000;
	--body-mainCTA-backgroundColor:#b32682;
	--body-mainCTA-color:#ffffff;
	--body-secondaryCTA-backgroundColor:#b32682;
	--body-secondaryCTA-color:#ffffff;
	--body-hyperlink-color:#000000;
	--tagWidget-main-backgroundColor:#ffffff;
	--tagWidget-transparent-backgroundColor:#ffffff;
	--tagWidget-secondary-backgroundColor:#ffffff;
	--tagWidget-cta-backgroundColor:#ffffff;
	--tagWidget-cta-color:#ffffff;
	--tagWidget-color:#b32682;
	--tagWidget-hyperlink-color:#000000;
	--touchScreen-category-cta-backgroundColor:#ffffff;
	--touchScreen-category-cta-color:#000000;
	--touchScreen-product-cta-backgroundColor:#ffffff;
	--touchScreen-product-cta-color:#000000;
	--touchScreen-product-secondaryCTA-backgroundColor:#ffffff;
	--touchScreen-product-secondaryCTA-color:#000000;
	--touchScreen-ticket-menu-backgroundColor:#ffffff;
	--touchScreen-ticket-menu-color:#000000;
	--touchScreen-action-cta-backgroundColor:#ffffff;
	--touchScreen-action-cta-color:#000000;
	--touchScreen-action-secondaryCTA-backgroundColor:#ffffff;
	--touchScreen-action-secondaryCTA-color:#000000;
	--touchScreen-action-cancel-backgroundColor:#ffffff;
	--touchScreen-action-delete-backgroundColor:#ffffff;
	--order-creditCard-svg-color:#000000;
	--eventCalendar-main-backgroundColor:#ffffff;
	--eventCalendar-navCTA-backgroundColor:#ffffff;
	--eventCalendar-hasEvent-backgroundColor:#ffffff;
	--eventCalendar-hasEvent-color:#000000;
	--eventCalendar-currentDate-backgroundColor:#ffffff;
	--eventCalendar-currentDate-color:#000000;
	--eventCalendar-color:#000000;
}

html:root.dark {
	--header-backgroundColor:#fffbff;
	--header-shopName-color:#b32682;
	--header-tab-color:#000000;
	--header-activeTab-textDecoration-color:#000000;
	--navbar-backgroundColor:#8a1e64;
	--navbar-color:#ffffff;
	--navbar-searchInput-backgroundColor:#ffffff;
	--footer-backgroundColor:#8a1e64;
	--footer-color:#ffffff;
	--cartPreview-backgroundColor:#ffffff;
	--cartPreview-color:#ffffff;
	--cartPreview-mainCTA-backgroundColor:#b32682;
	--cartPreview-mainCTA-color:#ffffff;
	--cartPreview-secondaryCTA-backgroundColor:#ad2682;
	--cartPreview-secondaryCTA-color:#ffffff;
	--body-mainPlan-backgroundColor:#fffbff;
	--body-secondPlan-backgroundColor:#ffffff;
	--body-title-color:#8a1e64;
	--body-text-color:#000000;
	--body-secondaryText-color:#000000;
	--body-mainCTA-backgroundColor:#b32682;
	--body-mainCTA-color:#ffffff;
	--body-secondaryCTA-backgroundColor:#b32682;
	--body-secondaryCTA-color:#ffffff;
	--body-hyperlink-color:#000000;
	--tagWidget-main-backgroundColor:#ffffff;
	--tagWidget-transparent-backgroundColor:#ffffff;
	--tagWidget-secondary-backgroundColor:#ffffff;
	--tagWidget-cta-backgroundColor:#ffffff;
	--tagWidget-cta-color:#ffffff;
	--tagWidget-color:#b32682;
	--tagWidget-hyperlink-color:#000000;
	--touchScreen-category-cta-backgroundColor:#ffffff;
	--touchScreen-category-cta-color:#000000;
	--touchScreen-product-cta-backgroundColor:#ffffff;
	--touchScreen-product-cta-color:#000000;
	--touchScreen-product-secondaryCTA-backgroundColor:#ffffff;
	--touchScreen-product-secondaryCTA-color:#000000;
	--touchScreen-ticket-menu-backgroundColor:#ffffff;
	--touchScreen-ticket-menu-color:#000000;
	--touchScreen-action-cta-backgroundColor:#ffffff;
	--touchScreen-action-cta-color:#000000;
	--touchScreen-action-secondaryCTA-backgroundColor:#ffffff;
	--touchScreen-action-secondaryCTA-color:#000000;
	--touchScreen-action-cancel-backgroundColor:#ffffff;
	--touchScreen-action-delete-backgroundColor:#ffffff;
	--order-creditCard-svg-color:#000000;
	--eventCalendar-main-backgroundColor:#ffffff;
	--eventCalendar-navCTA-backgroundColor:#ffffff;
	--eventCalendar-hasEvent-backgroundColor:#ffffff;
	--eventCalendar-hasEvent-color:#000000;
	--eventCalendar-currentDate-backgroundColor:#ffffff;
	--eventCalendar-currentDate-color:#000000;
	--eventCalendar-color:#000000;
}</pre></body></html>