@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Light-woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Medium.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Black.woff2') format('woff2');
    font-weight: 900;
}

body {
    position: relative;
    height: 100%;
    margin: 0 104px 0 104px;
    padding-top: 120px;
}

h2, h3, p {
    padding-bottom: 16px;
}

.project {
    margin: 0 auto;
    padding-top: var(--medium-margin);
    padding-bottom: var(--section-spacing);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: start;
}

.overview-title {
    max-width: 100%;
}

.overview-details {
    max-width: 240px;
}

.section {
    color: var(--text-color);
    margin-top: 0;
}

.section h3 {
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 0;
}

.section p {
    margin: 0;
    line-height: 1.5;
}

.project h1 {
    font-size: 96px;
    font-weight: 700;
    margin: 0 0 24px 0;
}

.description h2 {
    font-size: var(--header2);
    margin: 0;
}

.project-preview {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
}

.project-preview img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    border: 2px solid var(--accent-color);
    margin-bottom: 16px;
}

.key-insights {
    display: grid;
    grid-template-columns: 1fr auto;
    padding-bottom: var(--section-spacing);
}

.design-process {
    text-align: center;
    padding-bottom: var(--section-spacing);
}

.design-process img {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.challenge, .goals {
    line-height: 1;
}

.challenge h2, .goals h2 {
    font-weight: 500;
}

.content {
    line-height: 1;
}

.research {
    padding-top: var(--medium-margin);
}

.research img {
    width: 750px;
    height: auto;
    margin-top: 24px;
}

.research h2, .interviews h2, .modeling h2{
    font-size: var(--header2);
    font-weight: 600;
    line-height: 1.5;
}

.research h3, .affinity-maps h3 {
    font-size: var(--sub-header);
    font-weight: 500;
    line-height: 0;
}

.competitive-audit {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.comp-desc h3 {
    font-weight: 500;
}

.interviews {
    padding-top: var(--medium-margin);
}    

.interviews img {
    width: 750px;
    height: auto;
}

.affinity-maps h3, .competitive-audit h3 {
    margin-bottom: var(--small-margin);
}

.affinity-maps {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-top: var(--medium-padding);
}

.modeling {
    padding-top: var(--medium-margin);
}

.modeling img {
    width: 400px;
    height: auto;
    margin: var(--medium-padding);
    border-radius: 16px;
    border: var(--accent-color) solid 2px;
}

.persona {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: var(--medium-margin);
}

.persona h3 {
    padding-top: 32px;
    padding-bottom: 0;
}

.req-img {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding-top: var(--medium-padding);
}

.req-img img {
    width: 100%;
    height: auto;
}

.framework img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    border: var(--accent-color) solid 2px;
    margin-top: var(--medium-padding);
    margin-bottom: var(--medium-padding);
}