.c-powered {
  display: none;
}

.bg-white {
  background-color: transparent !important;
}

.shadow {
  box-shadow: none;
}

body {
  background-color: #f5f3ff; /* violet-50 */
  background-image: radial-gradient(
    circle at 1px 1px,
    #ddd6fe 1px, /* violet-200 */
    transparent 0
  );
  background-size: 2rem 2rem;
  margin: 0;
  color: #2e1065; /* violet-950 */
  font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans',
    Arial, sans-serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052,
    serif;
  font-weight: normal;
}