body {
    --lqd-cc-active-bw: 1px;
}

::-moz-selection {
    background: rgb(172, 140, 102);
    color: rgb(255, 255, 255);
}

::selection {
    background: rgb(172, 140, 102);
    color: rgb(255, 255, 255);
}

.titlebar-inner h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 70px;
}

.titlebar-inner p {
    font-size: 17px;
    line-height: 1.8em;
}

.titlebar-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.titlebar {
    background-image: url(/assets/images/04/title-wrapper-bg.svg);
    background-repeat: repeat;
}

.titlebar-inner p {
    text-align: left;
}
