:root {
	--theme-background: #282a36; 
	--theme-highlighted: #44475a; 
	--theme-white: #f8f8f2; 	
	--theme-darkblue: #6272a4; 
	--theme-cyan: #8be9fd; 
	--theme-green: #50fa7b; 
	--theme-orange: #ffb86c; 
	--theme-pink: #ff79c6; 
	--theme-purple: #bd93f9; 
	--theme-red: #ff5555; 
	--theme-yellow: #f1fa8c; 
}

html { 
	/*font-family: Raleway, 'Helvetica Neue', Helvetica, sans-serif !important; */
	color: var(--theme-white) !important; 
	background-color: var(--theme-background) !important;
}

.app-btn-pri {
	background-color: var(--theme-highlighted) !important;
}

.app-btn-pri:hover {
	background-color: var(--theme-darkblue) !important;
}

.app-btn-sec:hover {
	background-color: var(--theme-darkblue) !important;
}