/* === TM === */
body {
  --color-primary: #FAB005;
  --color-link: #111827;
  --color-link-hover: #FAB005;
  --bg-body: #faf9f6;
  --bg-gray: #faf9f6;
}

.basic-layout {
  border: none;
  box-shadow: none;
  border-radius: 4px;
}

.site-footer {
  border: none;
  box-shadow: none;
}

.back-to-top {
  border: none;
  box-shadow: none;
  border-radius: 4px;
}