@font-face {
    font-family: 'freightround_probold';
    src: url('type/freightroundprobold-webfont.woff2') format('woff2'),
         url('type/freightroundprobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body {
    max-width: 600px;
    margin: auto;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
}
h1{
    font-family: 'freightround_probold';
}

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