@font-face {
  font-family: 'Charter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(Charter-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Charter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(Charter-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Charter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(Charter-Bold-Italic.ttf) format('truetype');
}