/*
 *
 * City University of Hong Kong
 * ----------------------------
 * Site Specific CSS
 *
 */

/* ============================ Place your custom CSS here */

newsd {
    box-sizing: border-box;
    color: rgb(46, 46, 46);
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: Lato, "PingFang HK", Arial, Verdana;
    text-transform: uppercase;

}

newst {
    color: #bf165e;
    font-size: 26px;
    font-weight: 1000;
    line-height: 26px;
}

read {
    color: #bf165e;
    font-size: 0.84375rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1rem;
    padding-right: 8px;
    font-size: 15px;
    text-transform: uppercase;
}

share {
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
    color: dimgrey;
}

back {
    margin-bottom: 48px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
    color: floralwhite;
}


