@font-face {
  font-family: 'CamptonTABTT';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url('./fonts/CamptonTABTT-Book.ttf');
}
@font-face {
  font-family: 'CamptonTABTT';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url('./fonts/CamptonTABTT-SemiBold.ttf');
}
@font-face {
  font-family: 'CamptonTABTT';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url('./fonts/CamptonTABTT-Bold.ttf');
}
@font-face {
  font-family: 'CamptonTABTT';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url('./fonts/CamptonTABTT-Medium.ttf');
}

body {
  font-family: 'CamptonTABTT';
}
