/* Load the custom font */
@font-face {
  font-family: 'Historia';
  src: url('https://lbcvibe.com/wp-content/uploads/2024/02/The-Historia-Reguler.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Apply the font to page titles */
.mkdf-page-title, .entry-title {
  font-family: 'Historia', sans-serif;
  letter-spacing: 1px; /* Adjust this value for spacing */
  font-weight: normal; /* Adjust if your font has different weights */
}