:root {
    --theme1: #DCE4C9;
    --theme2: #F5F5DC;
    --theme3: #B6A28E;
    --theme4: #E07B39;
}

html, body {
    font-size: 16px;
    background-color: var(--theme2);

    font-family: "Atma", system-ui;

}

a {
    color: var(--theme4);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    font-size: 1.25rem;
}

strong {
    font-weight: 500;
}

/** Timeline */
div.timeline {

}

p.timeline-year {
    background: var(--theme3);
    color: var(--theme2);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    font-size: 0.8rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
}

p.timeline-year.this-year {
    background: var(--theme4);
}

p.timeline-title {
    font-size: 1.5rem;
    font-weight: 400;
    margin: -0.25rem 0 0 0;
    padding: 0;
    font-family: "Atma", system-ui;
}

p.timeline-details {
    font-size: 1rem;
}

p.timeline-company {
    font-size: 0.8rem;
    font-weight: 500;
}

p.ts-byline {
    margin: 0rem 0rem 0.5rem 0rem;
    font-size: 1.5rem;
}

p.copy {
    font-family: "Faculty Glyphic", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var(--theme3);
}

/** Brand-specific */
h1.ts-title {
    font-size: 4rem;
    color: var(--theme3);
    font-family: "Atma", system-ui;
    font-weight: 400;
    margin: 2rem 0;
}

h2.ts-title {
    font-size: 2.5rem;
    color: var(--theme3);
    font-family: "Atma", system-ui;
    font-weight: 400;
    margin: 2rem 0;
}