/* Shared foundations for every Baby Reveal page. */

*{
  box-sizing:border-box;
}

body{
  margin:0;
  color:#444;
  text-align:center;
  background:linear-gradient(135deg,#fff3fa,#edf8ff);
}

/* Latin display face used for headings and buttons. */
.script{
  font-family:'Dancing Script',cursive;
}

/* Chinese copy renders with a serif CJK face throughout. */
.cnword,
ch1,
ch2{
  font-family:'ZCOOL XiaoWei',serif;
}

ch1{
  display:inline-block;
  font-size:35px;
  color:#444;
}

ch2{
  display:block;
  font-size:25px;
  color:#fff;
}
