/* @font-face rule */
@font-face {
  font-family: 'BobbyRough';
  src: url('/frontend/fonts/Bobby-Rough-Soft.ttf') format('ttf')
	  
  /* Add more src declarations for different file formats if needed */
  font-weight: normal;
  font-style: normal;
}

/* Apply custom font to specific elements */


h1 {
  font-family: 'BobbyRough', Arial, sans-serif;
}


/* Add similar rules for other elements if needed */
