@font-face {
    font-family: "Work Sans";
    src: url('/assets/fonts/worksans-reg-latin.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url('/assets/fonts/worksans-reg-it-latin.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url('/assets/fonts/worksans-smb-latin.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url('/assets/fonts/worksans-smb-it-latin.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

html {
    box-sizing: border-box;
    font-size: 16px;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    color: #2C2C2C;
    background-color: #fdfdfd;
    font-family: "Work Sans", system-ui, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.425;
    font-feature-settings: "kern" 1, "liga" 1, "lnum" 1, "calt" 1;
}

div#content {
    max-width: 44rem;
    margin: 0 auto;
    padding: 1rem;
}

h1,
h2 {
    margin: 0 0 1rem 0;
    padding: 0;
    font-weight: 600;
}

h1 {
    font-size: calc(1rem * pow(2, calc(3/5)));
}

h2 {
    font-size: calc(1rem * pow(2, calc(2/5)));
}

p {
    margin: 0;
    padding: 0;
    text-align: balance;
}

p+p {
    margin-top: 0.618rem;
}

section {
    padding: 1rem;
    margin: 0 auto;
    max-width: 38rem;
}

section:first-of-type {
    background-color: #F9F9F9;
    border-radius: calc(0.618rem/2);
    border: #8D8D8D33 1px solid;
    margin-top: 3rem;
    margin-bottom: 2rem;
    max-width: 44rem;
}

section:first-of-type>p {
    margin-left: 10.5rem;
}

section:first-of-type>h1 {
    margin: 0 0 0.5rem 0;
}

a {
    color: #1F6D4B;
    text-decoration: underline;
}

a:hover {
    text-decoration-thickness: 2px;
}

a:hover {
    text-decoration: underline;
}

section img {
    height: auto;
    display: block;
    margin: 0 1.5rem 1rem 0;
    float: left;
    width: 9rem;
    border-radius: calc(0.618rem/2);
    border: #8D8D8D33 1px solid;
}

footer {
    text-align: center;
    font-size: 0.7578582833rem;
    border-top: #8D8D8D33 1px solid;
    padding-top: 1rem;
}
