
body {
  background: #ffffff;
  color: #2e1065;
  font-size: 1.06rem;
  letter-spacing: .002em;
  position: relative;
  overflow-x: hidden;
  padding-top: 11vh;
}
h1 {
  font-family: Spectral, Georgia, "Times New Roman", serif;
  font-size: 4.4vw;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.018em;
  color: #2e1065;
}
h2 {
  font-family: Spectral, Georgia, serif;
  font-size: 2.05vw;
  font-weight: 700;
  line-height: 1.22;
  color: #2e1065;
}
h3 {
  font-family: Spectral, Georgia, serif;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1.3;
  color: #2e1065;
}
h4 {
  font-family: Karla, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .085em;
  text-transform: uppercase;
  color: #5b21b6;
}
p { font-size: 1rem; line-height: 1.7; margin-bottom: 1.25rem; color: #4a3170; }
p:last-child { margin-bottom: 0; }
a { color: #6d28d9; transition: color .2s ease; }
a:hover { color: #b4873a; }
strong { color: #2e1065; font-weight: 700; }
address { font-style: normal; }
label { display: block; }
input, select, textarea { background: #ffffff; }
:focus-visible { outline: 3px solid #b4873a; outline-offset: 3px; }
::selection { background: #f3e8ff; color: #2e1065; }
