:root {
  --color-background: #ffffff;
  --header-color-background: #ffffff;
  --header-logo-alignment: left;
  /*FONTS*/
  --common-font-family: Montserrat;
  --header-font-family: Montserrat;
  --font-color: #000000;
  /*BUTTONS*/
  --button-color-background: #000000;
  --button-shape-radius: 30px;
  --button-text-color: #ffffff;
  --button-border-color: #000000;

  /*ReadMore link*/
  --read-more-text-color: #808080;
}
