@font-face {
    font-family: 'Strawford';
    src: url('fonts/Strawford-RegularItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('fonts/Strawford-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Strawford';
    src: url('fonts/Strawford-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

.box{
    font-size: 17px;
    font-family: "strawford", charter, sans-serif;
    max-width: 32em;
    margin: 5em auto;
    line-height: 1.6;
}
figure img{
    max-width: 100%;
}