@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(GEORGIA.TTF) format('truetype');
}

@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(GEORGIAB.TTF) format('truetype');
}