:root {
    /* Brand/Accent (A, B) */
    --color-accent: #c9a961;
    --color-accent-light: #e5d4a8;

    /* Text Accent (F) */
    --color-text-accent: #a6893f;

    /* Background (C, D, E) */
    --color-background: #faf8f4;
    --color-background-light: #ffffff;
    --color-background-dark: #f5f1eb;

    /* Text (G, H) */
    --color-text: #3d3526;
    --color-text-light: #6b5d47;

    /* Border (I, J) */
    --color-border: #d4c5b0;
    --color-border-light: #e8ddd0;

    /* Button (N, O, P) */
    --color-text-button: #ffffff;
    --color-button: #c9a961;
    --color-button-hover: #a6893f;

    /* Status (K, L, M) */
    --color-success: #6b8e5a;
    --color-warning: #d4a574;
    --color-error: #c17a6b;

    /* Typography */
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}
