
@font-face{
    font-family: 'freightround_prolight';
    src: url("type/FreightRoundProLight.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face{
    font-family: 'freightround_probook';
    src: url("type/FreightRoundProBook.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}
    */

@font-face{
    font-family: 'freightround_probold';
    src: url("type/FreightRoundProBold.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    max-width: 600px;
    margin: auto;
    font-family: "Ranga", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

h1{
    font-family: 'freightround_probold';
}

a{
    font-family: 'freightround_prolight';
}

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