:root {
  --ekor-primary  : #2f7d32;
  --ekor-light    : #e8f5e9;
  --ekor-accent   : #66bb6a;
  --ekor-dark     : #1b5e20;
  --ekor-text     : #2c2c2c;
  --ekor-font     : 'Inter',sans-serif;
  --ekor-green    : #1D7460;
  --ekor-bg       : #f6f8f7;
  
}
.section-management {
  --ekor-accent-start: #2f7d32;
  --ekor-accent-end: #66bb6a;
}
.section-skladka {
  --ekor-accent-start: #1565c0;
  --ekor-accent-end: #64b5f6;
}
.section-linka {
  --ekor-accent-start: #ef6c00;
  --ekor-accent-end: #ffb74d;
}
.section-prodej {
  --ekor-accent-start: #f9a825;
  --ekor-accent-end: #ffd54f;
 }

.section-ostatni {
  --ekor-accent-start: #f5f5f5;
  --ekor-accent-end: #616161
}

body {
  background: #f6f8f7;
  color: var(--ekor-text);
}

/*.footer-widget ul li.active a, 
.footer-widget ul li.active a:hover {
  color: var(--body-color);  /* nebo jiná barva */
/*}*/

/* reset jen uvnitř UI */
.ekor-ui h1,
.ekor-ui h2,
.ekor-ui h3,
.ekor-ui h4,
.ekor-ui h5,
.ekor-ui h6, 
.ekor-komunal-ui h1,
.ekor-komunal-ui h2,
.ekor-komunal-ui h3,
.ekor-komunal-ui h4,
.ekor-komunal-ui h5,
.ekor-komunal-ui h6 {
  margin: 0;
  line-height: 1.25;
}

html {
  scroll-behavior: smooth;
}


/* ekor-komunal */
.section-komunal-skladka {
  --ekor-accent-start: #1565c0;
  --ekor-accent-end: #64b5f6;
}
.section-komunal-linka {
  --ekor-accent-start: #ef6c00;
  --ekor-accent-end: #ffb74d;
}
.section-komunal-prodej {
  --ekor-accent-start: #f9a825;
  --ekor-accent-end: #ffd54f;
 }
.section-komunal-ostatni {
  --ekor-accent-start: #f5f5f5;
  --ekor-accent-end: #616161
}
