/* ==========================================================================
   TIPOGRAFIA OFICIAL BLUEFIT - ESCALA HARMÔNICA STOLZL
   ========================================================================== */

@font-face {
  font-family: 'Stolzl';
  src: url('../fonte/Stolzl-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonte/Stolzl-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonte/Stolzl-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--font-stolzl);
  font-weight: 400; /* Stolzl Book */
  color: var(--bf-white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 1. TÍTULOS DE SEÇÃO (TAMANHO ÚNICO, PESO BOOK 400) */
h1, h2 {
  font-family: var(--font-stolzl);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 400; /* Stolzl Book */
  color: inherit;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 0;
}

.title-section {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.03em;
}

/* 2. TÍTULOS DE CARDS & MODALIDADES (TAMANHO HARMÔNICO 1.5rem, PESO REGULAR 500) */
h3, h4, h5, h6, .title-card {
  font-family: var(--font-stolzl);
  font-size: 1.5rem;
  font-weight: 500; /* Stolzl Regular */
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}

/* 3. TEXTOS DE CORPO E RÓTULOS (20% MENOR: 0.84rem, PESO BOOK 400) */
p, li, .text-body {
  font-size: 0.84rem;
  font-weight: 400; /* Stolzl Book */
  line-height: 1.55;
}

.text-sm {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
}

strong, b {
  font-weight: 400 !important;
}

/* Tags e Rótulos Sólidos */
.bf-tag-solid {
  display: inline-block;
  padding: 6px 14px;
  background-color: var(--bf-magenta);
  color: var(--bf-white);
  font-size: 0.84rem;
  font-weight: 400; /* Stolzl Book */
  letter-spacing: 0.02em;
  text-transform: none;
  border-radius: 0;
}

.bf-tag-solid.cyan {
  background-color: var(--bf-cyan);
  color: var(--bf-dark);
}

.bf-tag-solid.blue {
  background-color: var(--bf-blue);
  color: var(--bf-white);
}
