@font-face {
  font-family: 'STC';
  src: url('../fonts/STC-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'STC', sans-serif;
} 