/* Tabelo - Typography Styles */

/* ===== Custom Fonts ===== */

/* Tabelo T Custom Icon Font */
@font-face {
  font-family: 'Tabelo_T';
  src: url('/assets/fonts/Tabelo_T.eot');
  src: url('/assets/fonts/Tabelo_T.eot#iefix') format('embedded-opentype'),
       url('/assets/fonts/Tabelo_T.woff') format('woff'),
       url('/assets/fonts/Tabelo_T.ttf') format('truetype'),
       url('/assets/fonts/Tabelo_T.svg#Tabelo_T') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ===== Typography Styles ===== */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: var(--spacing-lg);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: var(--spacing-md);
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: var(--spacing-md);
}

p {
  margin-bottom: var(--spacing-md);
  color: var(--text-secondary);
}
