body.lanin-k {
  margin: 0;
  background: var(--secondary-background);
  color: var(--text-primary);
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.lanin-k * {
  box-sizing: border-box;
}

body.lanin-k a {
  color: var(--text-link);
  text-decoration: none;
}

body.lanin-k a:hover {
  text-decoration: underline;
}

body.lanin-k button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

body.lanin-k .muted {
  color: var(--text-dim);
}

/* Make WP content area not constrain the app */
body.lanin-k .entry-content,
body.lanin-k .wp-block-group__inner-container {
  max-width: none !important;
}
