﻿:root {
	--Brackground: #291517;
	--Surface: #E8EFE8;
	
	--Primary-On-Background: #244B49;
	--Primary-On-Surface: #244B49;
	--Secondary-On-Background: #6F0C20;
	--Secondary-On-Surface: #6F0C20;
	
	--On-Surface: #000000;
	--On-Background: #000000;
	--On-Primary: #FFFFFF;
	--On-Secondary: #FFFFFF;

	--Navbar-Background: #291517;
	--Navbar-Title: #C7E6E1;
	--Navbar-Button-Background-Active: #C7E6E1;
	--Navbar-Button-Background-Default: #291517;
	--Navbar-Button-Text-Active: #291517;
	--Navbar-Button-Text-Default: #C7E6E1;
}

body {
	background-image: url('../images/theme/space/light/applications/landing_background.jpg');
}

.xyclone-logo {
	background-image: url('../icons/space/applications/xyclonedesigns.svg');
}
.xyclone-navbar-toggler {
	background-image: url('../icons/space/applications/hamburger.svg');
}
.xyclone-container-applications-creationprocess {
	background-color: #C43725;
}
.xyclone-container-applications-technologystack {
	background-color: #B6D3BD;
}