@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: light;
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: regular;
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: medium;
  }
  
  /* Define other font weights and styles as needed */
  