/**
 * BARRA BRAVA MX - TT SUPERMOLOT NEUE FONTS
 * Tipografía oficial del brandbook Barra Brava
 */

/* TT Supermolot Neue - Thin */
@font-face {
  font-family: 'TT Supermolot Neue';
  src: url('../fonts/TT SUPERMOLOT NEUE-20251016T064338Z-1-001/TT SUPERMOLOT NEUE/TTSupermolotNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* TT Supermolot Neue - Expanded Light */
@font-face {
  font-family: 'TT Supermolot Neue';
  src: url('../fonts/TT SUPERMOLOT NEUE-20251016T064338Z-1-001/TT SUPERMOLOT NEUE/TTSupermolotNeue-ExpandedLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-stretch: expanded;
  font-display: swap;
}

/* TT Supermolot Neue - Expanded Light Italic */
@font-face {
  font-family: 'TT Supermolot Neue';
  src: url('../fonts/TT SUPERMOLOT NEUE-20251016T064338Z-1-001/TT SUPERMOLOT NEUE/TTSupermolotNeue-ExpandedLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-stretch: expanded;
  font-display: swap;
}

/* TT Supermolot Neue - Condensed ExtraBold */
@font-face {
  font-family: 'TT Supermolot Neue';
  src: url('../fonts/TT SUPERMOLOT NEUE-20251016T064338Z-1-001/TT SUPERMOLOT NEUE/TTSupermolotNeue-CondensedExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}

/* TT Supermolot Neue - Condensed ExtraBold Italic */
@font-face {
  font-family: 'TT Supermolot Neue';
  src: url('../fonts/TT SUPERMOLOT NEUE-20251016T064338Z-1-001/TT SUPERMOLOT NEUE/TTSupermolotNeue-CondensedExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}

/**
 * UTILITY CLASSES FOR TYPOGRAPHY
 */

/* Headline style - Condensed ExtraBold Italic (main headlines) */
.bb-headline,
h1.bb-headline,
h2.bb-headline {
  font-family: 'TT Supermolot Neue', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-stretch: condensed;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

/* Subheadline - Condensed ExtraBold */
.bb-subheadline,
h3.bb-subheadline,
h4.bb-subheadline {
  font-family: 'TT Supermolot Neue', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-stretch: condensed;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

/* Body text - Expanded Light */
.bb-body,
p.bb-body {
  font-family: 'TT Supermolot Neue', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: expanded;
  line-height: 1.6;
}

/* Accent text - Expanded Light Italic */
.bb-accent {
  font-family: 'TT Supermolot Neue', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-stretch: expanded;
}

/* Apply to all headings by default */
h1, h2 {
  font-family: 'TT Supermolot Neue', sans-serif;
  font-weight: 800;
  font-stretch: condensed;
}

h3, h4, h5, h6 {
  font-family: 'TT Supermolot Neue', sans-serif;
  font-weight: 800;
  font-stretch: condensed;
}
