/* Shared malen/ton styles.
 *
 * Blue-purple color scheme used by both the Ausdrucksmalen and Tonerde pages.
 * Overrides the base tokens from /src/base/index.css.
 */

:root {
  --text: #2b2e44;
  --muted: #5c638a;
  --accent: #2f3470;
}

h1 {
  color: #2a2d55;
}

h2 {
  color: #343a7a;
}

strong {
  color: #2f3470;
}

.form-iframe {
  height: 2350px;
}
