:root {
    /* =====================================================
       Grundfarben / Markenfarben
       ===================================================== */

    --VRMS_red: #b85c5c;
    --VRMS_red-light: #ead6d6;

    /*
     * Gedämpftes Petrol-Blau.
     * Modern, technisch und seriös.
     */
    --VRMS_accent: #4f6f78;

    --VRMS_success: #5f7f6b;
    --VRMS_warning: #b58a4c;
    --VRMS_danger: #a85757;

    --VRMS_white: #f7f7f5;
    --VRMS_black: #252728;


    /* =====================================================
       Statusfarben
       ===================================================== */

    --VRMS_appointment: #c4a15c;
    --VRMS-appointment: #c4a15c;

    --VRMS_create: #8b9296;
    --VRMS_selectable: #c8b95f;
    --VRMS_released: #6f967a;
    --VRMS_removed: #b45f5f;
    --VRMS_replacement: #668fa0;
    --VRMS_newAssignment: #8caf96;
    --VRMS_pending: #b58a4c;
    --VRMS_rejected: #a85757;
    --VRMS_accepted: #5f7f6b;


    /* =====================================================
       Light Mode
       ===================================================== */

    /*
     * Helles Steingrau statt Weiß.
     * Ruhiger und weniger steril.
     */
    --VRMS_background-light: #e9e9e6;
    --VRMS_foreground-light: #2f3334;

    /*
     * Flächen leicht heller als Hintergrund.
     * Dadurch entstehen Tiefe und Hierarchie.
     */
    --VRMS_table-bg-light: #f3f3f0;
    --VRMS_table-striped-light: #dedfdd;

    --VRMS_infoText-light: #606668;

    /*
     * Neutrale Buttons.
     * Akzentfarbe bleibt für wichtige Aktionen reserviert.
     */
    --VRMS_button-bg-light: #4a5052;
    --VRMS_button-font-light: #f4f4f1;

    --VRMS_optionbox-bg-light: #dedfdd;
    --VRMS_optionbox-selected-light: #4f6f78;
    --VRMS_optionbox-hover-light: #d3d8d8;

    --VRMS-navbar-bg-light: #dfe1df;
    --VRMS-navbar-text-light: #2f3334;


    /* =====================================================
       Dark Mode
       ===================================================== */

    /*
     * Dunkles Graphitgrau statt Schwarz.
     * Angenehmer für längere Nutzung.
     */
    --VRMS_background-dark: #303436;
    --VRMS_foreground-dark: #e5e5e1;

    /*
     * Flächen etwas heller als der Hintergrund.
     */
    --VRMS_table-bg-dark: #3a3f41;
    --VRMS_table-striped-dark: #444a4c;

    --VRMS_infoText-dark: #b9bdbd;

    /*
     * Buttons im Dark Mode nicht weiß,
     * sondern warmes Hellgrau.
     */
    --VRMS_button-bg-dark: #d1d4d2;
    --VRMS_button-font-dark: #2b2f30;

    --VRMS_optionbox-bg-dark: #3d4244;
    --VRMS_optionbox-selected-dark: #6f9098;
    --VRMS_optionbox-hover-dark: #4b5153;

    --VRMS-navbar-bg-dark: #373c3e;
    --VRMS-navbar-text-dark: #ededeb;


    /* =====================================================
       Schatten
       ===================================================== */

    --VRMS_Shadow:
        0 8px 22px rgba(20, 23, 24, 0.12),
        0 2px 6px rgba(20, 23, 24, 0.06);
}