/* Fuente Henriette Local */
@font-face {
  font-family: 'Henriette';
  src: url('/Henriette-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Henriette';
  src: url('/Henriette-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Henriette';
  src: url('/Henriette-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Henriette';
  src: url('/Henriette-Heavy.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Clases de utilidad */
.henriette-title {
  font-family: 'Henriette', 'Georgia', 'Times New Roman', serif !important;
  font-weight: 600;
}

.henriette-bold {
  font-family: 'Henriette', 'Georgia', 'Times New Roman', serif !important;
  font-weight: 600;
}

.henriette-medium {
  font-family: 'Henriette', 'Georgia', 'Times New Roman', serif !important;
  font-weight: 500;
}
