@font-face {
  font-family: 'YourFontName';
  src: url('http://healthspectra.com/fonts/Raleway-VariableFont_wght.woff2') format('woff2'),
       
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* This is crucial for a smooth user experience */
}

