/*
Theme Name: Monster Fun Custom
Theme URI: https://monsterfuncr.com
Author: Jordy Retana
Description: Tema personalizado para Monster Fun basado en diseño propio.
Version: 1.0
Text Domain: monsterfun-custom
*/

.main-nav ul,
.main-menu-list {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav li {
  display: contents;
}

.main-nav .current-menu-item > a,
.main-nav .current_page_item > a,
.main-nav .current-menu-ancestor > a {
  color: #fff;
  background: var(--violet);
}

.wp-page {
  min-height: 68vh;
  padding-top: 150px;
}

.wp-page-content {
  max-width: 920px;
}

.wp-page-content h1 {
  margin: 0 0 22px;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: .96;
}

.wp-content {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.wp-content a {
  color: var(--violet);
  font-weight: 850;
}
