@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: "Titillium Web", serif;
  	font-weight: 400;
  	font-style: normal;
}

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

.icons {
	color: rgba(223,167,95,1.00);
	font-size: 48px;
}