@font-face {
  font-family: 'cmpsst';
  src: url('cmpsst-light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'cmpsst';
  src: url('cmpsst-regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'cmpsst';
  src: url('cmpsst-semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'cmpsst';
  src: url('cmpsst-bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'cmpsst';
  src: url('cmpsst-black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}