:root {
  color-scheme: light;
}

body {
  background: #ffffff;
  color: #0f172a;
  font-family: "Sora", system-ui, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", system-ui, sans-serif;
}

a {
  text-decoration: none;
}

.main-nav ul,
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav li.menu-item-has-children > a::after {
  content: "v";
  display: inline-block;
  margin-left: 6px;
  font-size: 0.7em;
}

.main-nav li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
}

.custom-logo-link {
  display: flex;
  align-items: center;
}

.custom-logo {
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.mobile-nav .sub-menu a {
  font-size: 1rem;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-numbers {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-weight: 700;
  transition: background 0.2s ease;
}

.page-numbers.current {
  background: #2dd4bf;
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(45, 212, 191, 0.2);
}

.page-numbers:hover {
  background: #f8fafc;
}

.page-numbers.dots {
  border-color: transparent;
  width: auto;
}

.woocommerce-pagination .page-numbers {
  gap: 0.5rem;
}

.prose {
  color: #334155;
  line-height: 1.7;
}

.prose h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
}

.prose p {
  margin-bottom: 1rem;
}

.prose ul,
.prose ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.prose li {
  margin-bottom: 0.5rem;
}
