body {
    font-family: 'Poppins', sans-serif;
}  

@font-face {
  font-family: "Century Gothic";
  src: url("../font/centurygothic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.century-gothic { font-family: "Century Gothic", sans-serif; font-weight: 400; }