@import /* TITLE */
.site-header-text {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #ece9df !important;
}

/* BẢNG MÀU */
.theme-dark {
  --background-primary: #181c19;
  --text-normal: #d7dad2;

  --text-accent: #98b875;
  --text-accent-hover: #bdd59d;
  --link-color: #98b875;
  --link-color-hover: #bdd59d;
}

/* Một nét xanh nhỏ, thay vì nhuộm xanh cả nhà */
.site-header-text::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background: #98b875;
}
