:root {
    /* Backgrounds */
    --vrc-white-bg-color: #282b33 !important;
    --vrc-grey-bg-color: #0f1216 !important;
    --vrc-light-grey-bg-color: #383c47 !important;
    --vrc-dark-grey-bg-color: rgba(255, 255, 255, 0.87) !important;
    --vrc-dark-grey-bg-color-hover: rgba(255, 255, 255, 0.77) !important;
    
    /* Borders */
    --vrc-border-color: #404551 !important;
    --vrc-light-border-color: #555c6c !important;
    
    /* Texts */
    --vrc-text-color: rgba(255, 255, 255, 0.87) !important;
    --vrc-light-text-color: rgba(255, 255, 255, 0.77) !important;
    --vrc-contrast-text-color: #444 !important;

    /* Input Style */
    --vrc-input-style: #1e222b !important;
    --vrc-input-style-deactive: #282b33 !important;
    --vrc-input-style-nested-deactive: #181b22 !important;

    /* Colors */
    --vrc-darkblue-color: #08738F !important;
    --vrc-blue-color: #467388 !important;
    --vrc-blue-color-hover: #4B7B92 !important;
    --vrc-lightblue-color: #6a92a5 !important;
    --vrc-lightblue-color-hover: #649fbb !important;
    --vrc-green-color: #4e7638 !important;
    --vrc-green-color-hover: #4c794c !important;
    --vrc-orange-color: #CB7B2B !important;
    --vrc-red-color: #b12a2a !important;
}
