/* 
Swap-able theme. 
*/

:root {
    --text-bright:  #e4b016;
    --text-regular: #e0a526;

    
    --background: #171819;
    --background-secondary: #262a2b;
    /* --primary: rgb(0, 71, 29); */
    --primary: rgb(2, 58, 25);
    --primary-dark: #00471d;
    --primary-dim: rgba(1, 95, 40, 0.8);
    --secondary: ;

    --text-color: white;
}