h1,h2,h3,h4,h5,h6{
    margin:0;
    color:var(--aui-primary);
    font-weight:600;
}

h1{
    font-size:32px;
}

h2{
    font-size:26px;
}

h3{
    font-size:22px;
}

p{
    margin:0;
    line-height:1.6;
}

.text-muted{
    color:#6c757d;
}