/* Consumers: Watch Free Video, Pricing. They set the font-size (fluid)
   and own the position and rotation; the box scales with it. */
.sticker {
  display: block;
  overflow: visible;
}
.sticker__text {
  font-family: var(--font-primary);
  font-weight: 400;
  dominant-baseline: central;
  fill: var(--color-text);
  stroke: #c5f99b;
  stroke-linejoin: round;
  stroke-linecap: round;
  paint-order: stroke;
  white-space: pre;
}
