:root {
    --bg-body: #f4f4f4;
    --bg-header: #ffffff; /* Gmail-like white header */
    --text-header: #5f6368;
    --bg-container: #ffffff;
    --text-body: #202124;
    --border-color: #dadce0;
    --btn-primary-bg: #1a73e8;
    --btn-primary-text: #ffffff;
    --btn-primary-hover: #1557b0;
    --flash-bg: #e8f0fe;
    --flash-text: #1a73e8;
    --result-bg: #f1f3f4;
    --font-primary: 'Roboto', 'Arial', sans-serif;
    --link-color: #1a73e8;
    --shadow-color: rgba(60, 64, 67, 0.3);
}
