html, body {
    font-weight: 400;
}
body {
    background: transparent;
}


#header {
    color: #005c6b;
}

.footer-button {
    background: #f0a32d;
    font-size: 1.25rem;
    font-weight: 300;
}
.footer-button .arrow {
    top: 0;
    font-size: 2.0rem;
}


.title {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-bottom: 0.5rem;
}
.sub-title {
    font-size: 1rem;
}

.orange {
    color: #f0a32d;
}


.back-arrow::before {
    background-image: url('/static/scan/images/youp/back_arrow.png');
}
