﻿:root {
  --theme-primary-color: #FC6825;
  --affiliate-background-color: #FC6825;
  --affiliate-background-gradient: linear-gradient(90deg, rgba(219, 52, 12, 1) 0%, rgba(252, 104, 37, 1) 100%);
  --theme-text-color: #fff;
  --border-alpha05: rgba(255, 255, 255, 0.05);
  --border-alpha02: rgba(255, 255, 255, 0.02);
  --alpha1: rgba(0, 0, 0, 0.1);
}

.section-about-wrapper {
  background-image: url(../images/aboutX.png) !important;
}

.section-features {
  background-image: url(../images/section-bg.jpg) !important;
}
