@font-face {
    font-family: 'WorkSans';
    src: url('/assets/fonts/WorkSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  
  body {
    font-family: 'WorkSans', sans-serif;
  }
  