@import url("satoshi.css");

body {
    font-family: Satoshi, sans-serif;
    line-height: 1.5;
    margin: 40px;
}

nav {
    font-size: 14px;
}

h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
}
h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 0;
}
h4 {
    margin-top: 16px;
    margin-bottom: 0;
}

p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.625;
}

.heading, .sub-heading {
    text-align: center;
}

.sub-heading {
    color: #7a7575;
    margin-bottom: 24px;
}
