:root {
    --primary-color: #3b92db;
    --primary-hover: #499bdf;
    --primary-dark: #3b86c7;
    --primary-light: #7bc6ff;
    --electric-blue: #0066cc;
    --secondary-color: #767983;
    --secondary-hover: #767983a6;
    --text-color: #333;
    --text-primary: #212121;
    --text-secondary: #534d4d;
    --text-secondary-hover: #262424;
    --text-muted: #888888;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --gray-medium: #ced4da;
    --divider-color: #f3f1f1;
    --action-hover-bg: #efefef;
    --card-bg-color: #FFFFFF;
    --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    --card-border-radius: 6px;
    --card-subtitle-link: #fff242;
    --card-subtitle-link-hover: #d5c72a;
    --button-exit-color: #ff7777;
    --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}