/**
 * Mementor Text to Speech - Player Variables CSS
 * 
 * This file contains CSS variables for the TTS player.
 * Dynamically generated with values from WordPress options.
 */

:root {
    --player-bg-color: #f6f7fb;
    --player-text-color: transparent;
    --player-play-color: #2271b1;
}