@charset "UTF-8";

@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/FreightRoundProBold-Regular.woff2') format('woff2'),
        url('type/FreightRoundProBold-Regular.woff') format('woff');
    font-weight: bold;
    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;
}

body {
    max-width: 600px;
    margin: auto;
	font-family: 'FreightRound Pro Book';
}

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