/* Override here some properties of theme choosen */
/* Use to customize the theme without recreate one */

:root {
  --one-element-color : #5cb9bb; 
  --two-elements-left-color : #e00000; 
  --two-elements-right-color : #e85a5a; 
}
