.account {
  max-width: 510px;
  padding: 1rem;
  background-color: #f8f7f5;

  & > h1 {
    color: var(--custom-heading-color, var(--custom-text-color, #09090b));
    font-family: var(
      --custom-heading-font-family,
      "Iowan Old Style",
      "Palatino Linotype",
      "URW Palladio L",
      "P052",
      serif
    );
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 2rem;
  }
}
