/* style/responsible-gaming.css */

:root {
    --primary-color: #0A2342;
    --secondary-color: #FFD700;
    --text-light: #ffffff;
    --text-dark: #333333;
    --bg-dark-section: #0A2342;
    --bg-light-card: #f8f9fa;
    --border-color: #3a4b64;
}