/* Learn More color and right-side drawer navigation sizing — 2026-07-29 */

/* Match the Learn More heading to the persistent top navigation color. */
html body.project-page h2.learn-more__title {
  color: #2d2d2d !important;
}

/* Enlarge the primary links inside the white right-side hamburger drawer. */
html body.project-page .menu-panel .menu-primary,
html body.project-page .menu-panel .menu-work-toggle {
  color: #2d2d2d !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.035em !important;
  line-height: 1.2 !important;
}

html body.project-page .menu-panel .menu-work-submenu a {
  color: #2d2d2d !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.3 !important;
}

@media (max-width: 1023px) {
  html body.project-page .menu-panel .menu-primary,
  html body.project-page .menu-panel .menu-work-toggle {
    font-size: 22px !important;
  }

  html body.project-page .menu-panel .menu-work-submenu a {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {
  html body.project-page .menu-panel .menu-primary,
  html body.project-page .menu-panel .menu-work-toggle {
    font-size: 20px !important;
  }

  html body.project-page .menu-panel .menu-work-submenu a {
    font-size: 16px !important;
  }
}

/* Profile action weight and site-icon refresh — 2026-07-29 */
html body.page-profile .profile-actions .view-switcher__button,
html body.page-profile .profile-actions .view-switcher__button .view-switcher-text,
html body.page-profile .profile-actions .explore-work {
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.2 !important;
}
