/* 
   THEME COLORS 
   You can change the background color and text colors here. 
*/
:root {
    /* Background colors */
    --bg: #E3E2E1;
    --bg-deep: #D2D3D5;
    
    /* Text and line colors */
    --ink: #1C1E21;
    --ink-dim: rgba(28, 30, 33, 0.55);
    --ink-faint: rgba(28, 30, 33, 0.35);
    --line: rgba(28, 30, 33, 0.16);
    --line-strong: rgba(28, 30, 33, 0.38);
}
