/*@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/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';
    src: url('Type/FreightRoundProBold-Regular.woff2') format('woff2'),
        url('Type/FreightRoundProBold-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    max-width: 600px;
    margin: auto;
	font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
	font-family: 'FreightRound Pro';
}

.icons {
	color: #1f8acc;
	font-size: 48px;
}