:root {
    /* Brand Colors */
    --color-primary: #0F172A;
    /* Royal Navy */
    --color-secondary: #ce8e2d;
    /* Violet Action */
    --color-accent: #C9A227;
    /* Gold */
    --color-success: #10B981;
    /* Success Green */

    /* Backgrounds */
    --color-app-bg: #f2f7fd;
    /* Custom App Background */
    --color-bg-light: #f3f4f6;
    /* Standard Light Background */
    --color-bg-dark: #0f172a;
    /* Standard Dark Background (Reserved) */

    /* Cards */
    --color-card-light: #ffffff;
    --color-card-dark: #1e293b;
    /* Reserved */

    /* Typography */
    --font-primary: 'Inter', sans-serif;
}