:root{
    --alert:#E63946;
    --warn:#e57373;
    --info:#f57c00;
    --dark:#1D3557;
    --light:#457B9D;
    --bground:#F1FAEE;
    --txt:#404040;
    --txt-em:#101010;
    --txt-less:#606060;
    --txt-mimimal:#a0a0a0;
    --txt-light:#ffffff;
    --txt-dark:#202020;
    --mid:#cfd8dc;
    --tightmargin:15px;
    --fonttext:arial;
    --fonthead:'Source Sans Pro', sans-serif;
    --hover:#f0f0f0;
    --background:white;
    --background-alt:black;
    --background-base:#f8f8f8;

}

.dark-mode{
    --backround:black !Important;
    --txt:#ffffff;
    --txt-em:#e0e0e0;
    --txt-less:#d0d0d0;
    --txt-light:#f0f0f0;
    --txt-dark:#e0e0e0;
    --txt-minimal:#202020;
    --light:#457B9D;
    --hover:#101010;
    --mid:#303030;
    --background-base:--#181818;
    --background-alt:white;


}