:root {
    --themecolor: #FF4295;
    --themecolor-hover: #ff1a7c;
    --primary-color: #ff4a97;
    --primary-hover: #ff1a7c;
    --dark-bg: #1a1a1a;
    --dark-card: #2d2d2d;
    --dark-border: #404040;
    --text-light: #e0e0e0;
    --text-dark: #ffffff;

    --blue: #2d91a8;
}

body {
    background-color: var(--dark-bg);
    color: var(--text-light);
}
