   @font-face {
       font-family: 'OswaldRegular'; /* Name of the font */
       src: url('/static/fonts/Oswald-Regular.ttf') format('truetype'); /* Path to your .ttf file */
       font-weight: normal; /* Optional: Set font weight */
       font-style: normal; /* Optional: Set font style */
   }


   .oswald-font {
  font-family: 'Oswald', sans-serif; /* Use 'Oswald' for this tag */
  font-weight: 400; /* Regular weight */
}
