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