:root {
    /* Primary Colors */
    --black: #000000;
    --white: #f1f1f1;
    --gray: #666666;
    --red: #781212;
    --green: #2e7b44;
    --blue: #23547d;
    --yellow: #908434;

    /* Background Colors */
    --bg-content: #2e2e2e;
    --bg-error: #cb0000;
    --bg-highlight: var(--yellow);
    --bg-main: #444444;
    --bg-row-even: #363636;
    --bg-row-odd: #272727;
    --bg-spoiler: var(--white);
    --bg-success: #008800;

    /* Text Colors */
    --text-alt: #a1a1a1;
    --text-button: var(--white);
    --text-error: #ff0000;
    --text-form: var(--white);
    --text-icon-flag: #f3d03b;
    --text-link: #5999e8;
    --text-main: var(--white);
    --text-message: var(--white);
    --text-placeholder: var(--white);

    /* Border Colors */
    --border-icon: #979797;
    --border-icon-frame: #5a5a5a;
    --border-icon-shadow: #1a1a1a;

    /* Network Colors */
    --vgr: #2092b4;
    --tsr: #b4202a;
    --tmr: #205bb4;
    --tsor: #5da05d;
    --ttr: #a320b4;
    --vgfacts: #b42020;

    /* Social Colors */
    --bluesky: #0085ff;
    --discord: #7289da;
    --twitch: #6441a5;
    --youtube: #ce0f0f;
}
