
:root {
  --rw-sage: #7D9C8A;
  --rw-dark: #333E36;
  --rw-sage-light: #D9DDD2;
  --rw-cream: #EAE7DF;
  --rw-white: #F8F7F2;
  --rw-grey: #B7C3B6;
  --rw-ink: #232923;
}

body {
  background: var(--rw-cream);
}

.rw-accent-script,
.rw-accent-script p,
.rw-accent-script h1,
.rw-accent-script h2,
.rw-accent-script h3 {
  font-family: Caveat, "Segoe Script", "Brush Script MT", cursive !important;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

.rw-dark-panel {
  background: var(--rw-dark);
  color: var(--rw-white);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.rw-dark-panel * {
  color: inherit;
}

.rw-light-panel {
  background: var(--rw-sage-light);
  border-radius: 32px;
}

.rw-sage-panel {
  background: var(--rw-sage);
  color: var(--rw-white);
  border-radius: 32px;
}

.rw-sage-panel * {
  color: inherit;
}

.rw-cream-panel {
  background: var(--rw-cream);
  border-radius: 32px;
}

.rw-pill {
  border-radius: 999px;
  padding: .85rem 1.1rem;
  background: var(--rw-white);
  display: inline-block;
}

.rw-outline-lines {
  position: relative;
}
.rw-outline-lines:before,
.rw-outline-lines:after {
  content: none;
  display: none;
}

