/* Copyright (C) 2025 Seekra Group GbR All rights reserved. This file is a part of the Seekra Client Library. */ :root { --light: #000; --bit-darker-than-light: #111; --darker-than-light: #222; --much-darker-than-light: #333; --very-much-darker-than-light: #444; --light-background: #202020; --little-light-background: #333; --light-background-little-opacity: #0000004d; --light-background-opacity: #00000080; --light-background-much-opacity: #000000b3; --dark: #fff; --bit-lighter-than-dark: #eee; --lighter-than-dark: #ddd; --much-lighter-than-dark: #ccc; --very-much-lighter-than-dark: #bbb; --dark-background: #fefefe; --little-dark-background: #ccc; --dark-background-little-opacity: #ffffff4d; --dark-background-opacity: #ffffff80; --dark-background-much-opacity: #ffffffb3; --invert: invert(1); }