/* ------------ Variables ------------- */

/** Demo 1 style **/

:root {

  --theme-color: #E90000;

  --theme-secondary-color: #B20000;

/*  --theme-tertiary-color:  #e16b73;*/

  --theme-text-color: #636363;

  --theme-font: 'Arial';

  --theme-heading-font: 'futurabook';

}