/* This stylesheet contains all the CSS styles that are involved in theme switch */

:root {
    /*--main-bg-color: #67daff;*/
    --main-bg-color: #0f6885;
    --main-lt-color: #67daff;
    --dt-color: whitesmoke;
    
    --facebook-color:#3b5999;
    --instagram-color: #e4405f;
    --youtube-color: #cd201f;
    --linkedin-color: #0077B5;
    --github-color: #c9510c;
    --fa-bottom: -15%;
}

.dt-background {
	background: #272727;
}

.lt-background {
	background: #272727;
}

.lt-color {
	color: black;
}

.dt-color {
	color: var(--dt-color);
}

.lt-space {
    background: var(--main-lt-color);
}

.dt-space {
    background: var(--main-bg-color);
}

.dt-highlight {
    color: var(--main-bg-color)
}

.lt-highlight {
    color: var(--main-lt-color)
}