@supports (font-variation-settings: normal) {
  html { font-family: 'Inter', sans-serif; }
}

article {
  padding: 0 1rem;
}

body {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4;
  background: #FFFFFF;
  color: #846897;
  max-width: 960px;
  margin: auto;
}

a {
  color: #3B0FBF;
}

h1, h2 {
  font-weight: 700;
  color: #3b224c;
}

h1 {
  font-size: 2rem;
  padding-top: 7vh;
}

h2 {
  font-size: 1.75rem;
  font-weight: 400;
}

ul { 
  margin: 0; 
  padding: 0; 
  list-style-position: inside; 
  list-style-type: none;
}
