.light-grey-theme {
  background: #f3f3f3;
}

.light-grey-theme .sub-heading {
  background: linear-gradient(90deg, #e83f40 0%, #e50f7c 52%);
}

.light-grey-theme .heading {
  background: linear-gradient(90deg, #e83f40 0%, #e50f7c 52%);
}

.light-grey-theme .title {
  color: #1a1a1a;
}

.light-grey-theme .short-description {
  color: #1a1a1a;
}

.light-grey-theme .popular-games {
  color: #300c4b;
}

.light-grey-theme .show-more {
  color: #300c4b;
}
.light-grey-theme h1,
.light-grey-theme h2,
.light-grey-theme h3,
.light-grey-theme h4,
.light-grey-theme h5,
.light-grey-theme h6,
.light-grey-theme .primaryh1,
.light-grey-theme .primaryh2,
.light-grey-theme .primaryh3{
  background: linear-gradient(to right, #E83F40, #E50F7C);
  -webkit-background-clip: text ;
  background-clip: text ;
  color:transparent;
  display: block;
  width: fit-content;
}
.light-grey-theme p,
.light-grey-theme dl,
.light-grey-theme ol,
.light-grey-theme ul,
.light-grey-theme pre,
.light-grey-theme blockquote{
  color:#1a1a1a;
}
.light-grey-theme a {
 --link-color: #300C4B;
 --link-hover-color: #E50F7C;
}
.light-grey-theme a:visited {
  color:#6E4AA8;
}
.light-grey-theme a:hover,
.light-grey-theme a:focus-visible {
  color: #E50F7C;
  text-decoration: underline;
  /* transition: all 0.3s ease;
  transform: translateY(-4px);
  top:-4px; */
}
.light-grey-theme em a:hover,
.light-grey-theme em a:focus-visible {
  color: #E50F7C;
  text-decoration: underline;
  /* transition: all 0.3s ease;
  transform: translateY(-4px);
  top:-4px; */
}
.light-grey-theme a:visited:hover,
.light-grey-theme a:visited:a:focus-visible {
  color: #E50F7C;
  text-decoration: underline;
  /* transition: all 0.3s ease;
  transform: translateY(-4px);
  top:-4px; */
}
.light-grey-theme .darkSearch,
.light-grey-theme .darkArrow{
  display: none !important;
}