:root {
  --header-font-family: "Rajdhani Regular", sans-serif;
  --header-text-transform: uppercase;
  --header-font-color1: #2d2382;
  --header-font-color2: #ffffff;
  --header-font-size: 15px; /* Slightly increased for readability */

  /* Body Font Group */
  --body-font-family: "Droid Serif Regular", serif;
  --body-font-color-gray: Grey;
  --body-font-color-white: #ffffff;
  --body-font-color-black: #000000;
  --body-font-size: 13px;

  /* Font Weights */
  --font-weight-normal: 400;
  --font-weight-medium: 500;

  /* Scalefree colors */
  --color-scalefree-darkBlue-primary: #2d2382;
  --color-scalefree-purple: #3e347c;
  --color-scalefree-teal: #00a9b8;   
  --color-scalefree-darkBlue-secondary: #3624dc;
  --color-scalefree-lightBlue-primary: #02b9d2;
  --color-scalefree-darkBlue-secondary: #7bcdd6;
  --color-scalefree-gray-gradient: linear-gradient(90deg,#ededed 0%,#aaaaaa 100%);
  --color-scalefree-gray: #eeeeee;
  --color-scalefree-white: #ffffff;
  --color-scalefree-navy: #01012c;
  --color-scalefree-red: #eb5a50;


  /* Shadows & Borders */
  --color-shadow: rgba(0, 0, 0, 0.075);
  --color-shadow-hover: rgba(0, 0, 0, 0.2);
  --border-radius-sm: 0.2rem;
  --border-radius-md: 8px; /* Softened corners */
  --box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --box-shadow-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --transition-speed: 0.2s;

  /* NEW: Gradient for a modern header */
  --header-gradient: linear-gradient(135deg, var(--color-scalefree-darkBlue-primary) 0%, var(--color-scalefree-purple) 100%);

  --header-viewport-height: 5%;
  --nav-main-viewport-height: 5%;
  --fixed-console-viewport-height: 20%;

  --main-panel-turbovault-height: 55%;
  --options-turbovault-height: 10%;

  --panel-header-panel-height: 15%;
  --panel-ul-panel-height: 100%;
  --logbox-overview-height: 70%;

  --spacing-unit: 10px;
  --spacing-medium: 15px;
  --spacing-large: 20px;

  /*Application colors*/
  --color-application-background-group1:var(--color-scalefree-gray);
  --color-application-background-group2:var(--color-scalefree-white);
  --color-application-background-group3:var(--color-scalefree-darkBlue-primary);

}