/*
 * Copyright (c) 2021 - Present. Blend Labs, Inc. All rights reserved
 * Blend Confidential - Restricted
 */
* {
    box-sizing: border-box;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
}

.header {
    padding: 8px 16px;
    /* height: 60px; */
    width: 100%;
    background-color: #143859;
}

.header img {
    height: 48px;
}

.content {
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.4;
    color: #143859;
    max-width: 700px;
}

h1 {
    margin: 32px 0;
    margin-top: 40px;
    font-size: 24px;
}

h2 {
    margin-top: 32px;
    margin-bottom: 8px;
    font-size: 20px;
}

h5 {
    margin-top: 32px;
    margin-bottom: 8px;
    font-size: 16px;
}

p {
    margin: 8px 0;
}

ul {
    padding-left: 32px;
}

li {
    margin-bottom: 8px;
}
