/*
Theme Name: Revenue Demand Exchange
Theme URI: https://revenuedemandexchange.com/
Author: Techmates Solutions LLP 
Theme URI: https://techmates-solutions.com/
Description: A custom, highly-converting B2B landing page and blog theme tailored for Revenue Demand Exchange, powered by Tailwind CSS.
Version: 1.0.0
Text Domain: rde
*/

/* Custom Selection Colors */
::selection {
    background-color: #99f6e4; /* teal-200 */
    color: #134e4a; /* teal-900 */
}

/* Fix for FAQ transition smoothness */
.faq-content {
    transition-property: max-height, opacity, padding;
}