:root {
    --primary-color: #6a11cb;
    --secondary-color: #2575fc;
    --gradient-start: #6a11cb;
    --gradient-end: #2575fc;
    --background-color: #f7f9fc;
    --text-color: #333333;
    --heading-color: #1a1a1a;
    --subtle-text-color: #555555;
    --light-gray-color: #f8f9fa;
    --border-color: #e0e0e0;
    --white-color: #ffffff;

    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}