body {
    max-width: 600px;
    margin: auto;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'FreightRound Pro';
    src: url('type/FreightRoundProLight-Regular.woff2') format('woff2'),
        url('type/FreightRoundProLight-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightRound Pro Book';
    src: url('type/FreightRoundProBook-Regular.woff2') format('woff2'),
        url('type/FreightRoundProBook-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightRound Pro';
    src: url('type/FreightRoundProBold-Regular.woff2') format('woff2'),
        url('type/FreightRoundProBold-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: 'FreightRound Pro';
}

.icons {
    color: pink;
    font-size: 48px;
}