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

h1{
  font-family: 'FreightRound Pro';
  font-size: 70px;
  font-weight: bold;
}

@font-face {
  font-family: 'FreightRound Pro';
  src: url('type/FreightRoundProLight-Regular.woff2') format('woff2'),
      url('FreightRoundProLight-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FreightRound Pro Book';
  src: url('type/FreightRoundProBook-Regular.woff2') format('woff2'),
      url('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('FreightRoundProBold-Regular.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
