/*
 * Canonical DR9X logo — sourced from the Courses page.
 * Navigation: 23px wordmark. Footer: 22px wordmark.
 */

.dr9x-logo {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1px !important;
  color: #f7f6f3;
  text-decoration: none;
}

.dr9x-logo__wordmark {
  display: block;
  color: #f7f6f3 !important;
  font-family: "Anuphan", sans-serif;
  font-style: normal !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.dr9x-logo--nav .dr9x-logo__wordmark {
  font-size: 23px;
}

.dr9x-logo--footer .dr9x-logo__wordmark {
  font-size: 22px;
}

.dr9x-logo__accent {
  color: #c9a36a !important;
  font-style: italic !important;
}

.dr9x-logo__tagline {
  display: block;
  margin: 0 !important;
  color: #9ca3af !important;
  font-family: "Anuphan", sans-serif;
  font-size: 8.5px !important;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.42em !important;
  white-space: nowrap;
}
