:root { 
  --black: #000000;
  --mahogany: #4d0706;
  --white: #ffffff;
 
  --font-size-l: 100px;
  --font-size-m: 20px;
 
  --font-family-marvin-round: "Marvin-Round", Helvetica;
  --font-family-super_bubble-regular: "Super Bubble-Regular", Helvetica;
}
.marvin-round-normal-white-20px {
  color: var(--white);
  font-family: var(--font-family-marvin-round);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}
