:root {
    --of-white: #f8f8f8;
    --of-dark: #161616;
}

body {
    background-color: var(--of-white);
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.header-primary {
    color: var(--of-dark);
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}

.header-primary.light {
    color: var(--of-white);
}

.header-primary.max-width {
    max-width: 1200px;
}

.wrapper {
    z-index: 100;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.wrapper.top-level {
    z-index: 1000;
}

.home-header {
    margin-bottom: 20px;
}

.home-header-title {
    z-index: 100;
    margin-left: -5px;
    position: relative;
}

.home-header-title.home {
    max-width: 1200px;
    display: inline;
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Circular, sans-serif;
    font-size: 114px;
    font-weight: 500;
    line-height: 95%;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Circular, sans-serif;
    font-size: 57px;
    font-weight: 500;
    line-height: 100%;
}

.logo {
    height: 100px;
    width: auto;
    float: left; /* Allow the logo to float on the left side */
    margin-right: 20px; /* Add some space between the logo and quote */
}

.footer {
    z-index: 500;
    padding-top: 150px;
    position: relative;
}
