/*Variable Declaration*/
:root {
  --title-fonts: 'Avenir', sans-serif;
  --text-fonts: 'Century', sans-serif;
  /*--icon-fonts: "marriott", sans-serif;*/

  --primary-color: #5E514D  /*#AC5E15*/;
  --secondary-color: #B2A5A1;
  --white-color: #FFFFFF;
  --highlight-color: #FFFFFF;

  --text-color: #5E514D;

  --light-color: #EFF2F4;
  --dark-color: #1F1F1F;

  --bg-alt-3: #CAE3F3;
  --bg-alt-2: #CAE3F3;
  --bg-alt-1: #F2F7FA;

  --gutter-padding: 20px;
  --gutter-margin: -20px;

  --gutter-padding-xl:  60px;
  --gutter-margin-xl:  -60px;
}
/*Variable Declaration Ends*/