@charset "utf-8";

@-webkit-keyframes shimmering { 
  100% { background-position-x: 0px; }
}

@keyframes shimmering { 
  100% { background-position-x: 0px; }
}

.c-chapo { color: rgb(32, 32, 32); font-family: BrownRegular, sans-serif; font-size: 2rem; font-weight: 400; line-height: 135%; }

@media (min-width: 1200px) {
  .c-chapo { font-size: 2.4rem; }
}
