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

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

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

body {
    max-width: 600px;
    margin: auto;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
    /* font-family: 'FreightRoundProBook-Regular', Arial, sans-serif; */
}

h1{
    font-family: 'FreightRoundProBold-Regular';
}

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