 
:root{
  --font-family: Raleway;
  --primary-color: #8a0000;
  --secondary-color: #278676;
  --accent-color: #fb4518;
  --heading-font-size: 1.2rem;
  --heading-font-weight: 700;
  --content-font-size: 1.1rem;
  --button-color: #fb4518;
  --button-border-color: #fb4518;
  --hover-color: #fb4518;
  --desc-font-size: 1rem;
  --heading-color: #222222;
  --content-color: #333333;
  --desc-color: #666666;
  --light-bg-main: #ffffff;
  --light-bg-content: #ffffff;
  --light-text: #5e5e5e;
  --light-border: #bdbdbd;
  --light-accent: #2196f3;
  --light-hover: #1976d2;
  --dark-bg-main: #000000;
  --dark-bg-content: #1e1e1e;
  --dark-text: #d1d1d1;
  --dark-border: #4e595f;
  --dark-accent: #ffab00;
  --dark-hover: #ffc107;
  --light-bg-gradient: linear-gradient(to top, #dfe9f3 0%, white 100%)
;
  --dark-bg-gradient: linear-gradient(60deg, #29323c 0%, #485563 100%);
  --background-type: gradient;
  --background-image: none;
  --background-video: none;
  --seasonal-effect: auto;
  --light-header-bg: #ffffff;
  --light-header-border: #e0e6f7;
  --light-header-text: #757575;
  --light-header-logo: #3a4ca8;
  --dark-header-bg: #485563;
  --dark-header-border: #ebeaea;
  --dark-header-text: #e3e3e3;
  --dark-header-logo: #ffffff;
  --enable-snow-effect: 0;
  --snow-intensity: medium;
  --snow-speed: normal;
  --enable-particles: 0;
  --enable-parallax: 0;
  --enable-animations: 0;
  --background-animation: none;
  
  /* Tab animation variables */
  --tab-animation-type: slide_down;
  --tab-animation-duration: 0.3s;
  --tab-animation-easing: ease;
  --tab-animation-cubic-bezier: 0.25, 0.46, 0.45, 0.94;
  --tab-stagger-delay: 150ms;
  --thumbnail-height: 80;
  --thumbnail_width: 100;
  
  /* Background display options */
  --background-type: gradient;
  --custom-gradient: ;
  --background-image: ;
  --background-video: ;
  --background-color: #f5f5f5;
  --seasonal-effect: auto;
  --background-position: center center;
  --background-size: cover;
  --background-repeat: no-repeat;
  --background-attachment: scroll;
  --background-overlay: 0;
  --overlay-color: #000000;
  --overlay-opacity: 0.3%;
  
  /* Dynamic background based on type */
  --dynamic-bg: linear-gradient(to top, #dfe9f3 0%, white 100%)
;
}

/* Dark theme dynamic background */
body.dark {
  --dynamic-bg: linear-gradient(60deg, #29323c 0%, #485563 100%);
}

/* Dynamic background is applied in custom.css */

/* Background overlay */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay-color);
  opacity: calc(var(--overlay-opacity) / 100);
  pointer-events: none;
  z-index: -1;
  display: none;
}

@media (max-width: 992px){
  .dark-text-title{font-size:1.7rem}
}


/* No specific modules detected, loading basic styles */
