*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--mpc-font-body);
  font-size: 1.06rem;
  line-height: 1.58;
  color: var(--mpc-text);
  background: var(--mpc-bg);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--mpc-violet-dim);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--mpc-gold-dim);
}

:focus-visible {
  outline: 2px solid var(--mpc-ring);
  outline-offset: 2px;
}

.mpc-container {
  width: var(--mpc-container);
  margin-inline: auto;
}

.mpc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1,
h2,
h3 {
  font-family: var(--mpc-font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-transform: none;
  font-style: italic;
  margin: 0 0 var(--mpc-space-md);
}

h1 {
  font-size: clamp(2.35rem, 8vw, 3.85rem);
}

h2 {
  font-size: clamp(1.65rem, 4.2vw, 2.65rem);
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  font-style: normal;
  font-family: var(--mpc-font-body);
  font-weight: 700;
}

p {
  margin: 0 0 var(--mpc-space-md);
}

ul,
ol {
  margin: 0 0 var(--mpc-space-md);
  padding-left: 1.25rem;
}

.mpc-section {
  padding-block: var(--mpc-space-2xl);
}

.mpc-section--tight {
  padding-block: var(--mpc-space-xl);
}

.mpc-kicker {
  display: inline-block;
  font-family: var(--mpc-font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mpc-violet-dim);
  margin-bottom: var(--mpc-space-sm);
  padding: 0.35rem 0.6rem;
  border: 1px dashed var(--mpc-violet);
  background: rgba(107, 92, 255, 0.06);
}

.mpc-kicker::before,
.mpc-kicker::after {
  display: none;
}
