.entry-title {
   display: none;
}
/* Fix layout shift from Google Fonts loading */
@font-face {
  font-family: 'Roboto';
  font-display: swap !important;
}
@font-face {
  font-family: 'Roboto Slab';  
  font-display: swap !important;
}
/* Universal fallback for all fonts */
* {
  font-display: swap !important;
}