/* TapYes layer. Spore supplies the frame. Colour and type stay here. */

html.is-portal {
  color-scheme: light;
  --bg: #f3eee6;
  --surface: #ebe4d8;
  --surface-raised: #f7f4ee;
  --border: #d8d0c4;
  --hairline: rgba(22, 20, 17, 0.12);
  --text: #161411;
  --muted: #6a645a;
  --accent: #14352c;
  --glow: rgba(20, 53, 44, 0.08);
  --font-sans: Figtree, "Helvetica Neue", Helvetica, sans-serif;
}

.site-title {
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-indent: 0;
}

#root {
  display: flex;
  flex-direction: column;
  min-height: 70vh;
}

.legal {
  max-width: 36rem;
}

.legal h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-top: 2rem;
}

.legal p,
.legal li {
  color: var(--muted);
}

.legal a {
  color: var(--accent);
}

.legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
}

.legal .pay {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0;
}

.legal .cta {
  display: inline-block;
  margin: 0;
  padding: 0.9rem 1.25rem;
  background: var(--accent);
  color: var(--bg);
  text-decoration: none;
  border-radius: 20px;
}
