body{
    font-family: Inter, sans-serif;
    background:#fffdfa;
}

.hero-title{
    font-size:4rem;
    font-weight:800;
    line-height:1;
}

.sidebar{
    background:#00001a;
}

.sidebar h2{
    color:#f6b94d;
}

.btn-read{
    background:#f15d51;
    color:white;
    letter-spacing:3px;
}

.article-number{
    color:#c5c6ce;
    font-size:2rem;
    font-weight:bold;
}