/* custom_fonts.css */
/* Font for URL 1 */
body.url1 {
    font-family: 'Inter', sans-serif !important;
  }
  /* Font for URL 2 */
  body.url2 {
    font-family: 'Inter', sans-serif !important;
  }
  
  /* Font for URL 3 */
  body.url3 {
    font-family: 'Inter', sans-serif !important;
  }
  
  body.url4 {
    font-family: 'Inter', sans-serif !important;
  }