/* Typography System - IrinoXperience */

/* Base font family */
:root {
  --font-family: 'Titillium Web', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

/* Typography Scale - Desktop First */

/* T-XXL - Extra Extra Large Title */
.t-xxl {
  font-family: var(--font-family);
  font-size: 96px;
  font-weight: 700;
  line-height: 115.2px;
  color: #1a1a1a;
}

.t-xxl-regular {
  font-family: var(--font-family);
  font-size: 96px;
  font-weight: 400;
  line-height: 105.6px;
  letter-spacing: 0.96px;
  color: #1a1a1a;
}

/* T-XL - Extra Large Title */
.t-xl {
  font-family: var(--font-family);
  font-size: 72px;
  font-weight: 700;
  line-height: 86.4px;
  color: #1a1a1a;
}

.t-xl-regular {
  font-family: var(--font-family);
  font-size: 72px;
  font-weight: 400;
  line-height: 86.4px;
  letter-spacing: 0.72px;
  color: #1a1a1a;
}

/* T-L - Large Title */
.t-l {
  font-family: var(--font-family);
  font-size: 50px;
  font-weight: 700;
  line-height: 67.5px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}

.t-l-regular {
  font-family: var(--font-family);
  font-size: 50px;
  font-weight: 400;
  line-height: 67.5px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}

/* T-M - Medium Title */
.t-m {
  font-family: var(--font-family);
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.36px;
  color: #1a1a1a;
}

.t-m-regular {
  font-family: var(--font-family);
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1%;
  color: #000000;
  max-width: 70%;
}

/* T-XS - Extra Small Title */
.t-xs {
  font-family: var(--font-family);
  font-size: 26px;
  font-weight: 700;
  line-height: 36.4px;
  letter-spacing: 0.26px;
  color: #1a1a1a;
}

.t-xs-regular {
  font-family: var(--font-family);
  font-size: 26px;
  font-weight: 400;
  line-height: 36.4px;
  letter-spacing: 0.26px;
  color: #1a1a1a;
}

/* B-L - Body Large */
.b-l {
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: 29.7px;
  letter-spacing: 0.22px;
  color: #1a1a1a;
}

.b-l-regular {
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.22px;
  color: #1a1a1a;
}

/* B-N - Body Normal */
.b-n {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 24.3px;
  letter-spacing: 0.18px;
  color: #1a1a1a;
}

.b-n-regular {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 146%;
  letter-spacing: 1%;
  color: #1a1a1a;
}

/* B-S - Body Small */
.b-s {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: 0.16px;
  color: #1a1a1a;
}

/* B-XS - Body Extra Small */
.b-xs {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
  color: #1a1a1a;
}

/* Button Text */
.btn-text {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  color: #1a1a1a;
}

/* Mobile Responsive Typography */
@media (max-width: 768px) {

  /* T-XXL Mobile */
  .t-xxl {
    font-size: 42px;
    font-weight: 700;
    line-height: 50.4px;
  }

  .t-xxl-regular {
    font-size: 42px;
    font-weight: 400;
    line-height: 46.2px;
    letter-spacing: 0.42px;
  }

  /* T-XL Mobile */
  .t-xl {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: 0.36px;
  }

  .t-xl-regular {
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
    letter-spacing: 0.36px;
  }

  /* T-L Mobile */
  .t-l {
    font-size: 30px;
    font-weight: 700;
    line-height: 40.5px;
    letter-spacing: 0.3px;
  }

  .t-l-regular {
    font-size: 30px;
    font-weight: 400;
    line-height: 40.5px;
    letter-spacing: 0.3px;
  }

  /* T-M Mobile */
  .t-m {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.24px;
  }

  .t-m-regular {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1%;
    max-width: 100%;
  }

  /* T-XS Mobile */
  .t-xs {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
  }

  .t-xs-regular {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.2px;
  }

  /* B-L Mobile */
  .b-l {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.3px;
    letter-spacing: 0.18px;
  }

  .b-l-regular {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.18px;
  }

  /* B-N Mobile */
  .b-n {
    font-size: 16px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 0.16px;
  }

  .b-n-regular {
    font-size: 16px;
    font-weight: 400;
    line-height: 146%;
    letter-spacing: 1%;
  }

  /* B-S Mobile */
  .b-s {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.9px;
    letter-spacing: 0.14px;
  }

  /* B-XS Mobile */
  .b-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.2px;
  }

  /* Button Text Mobile - remains same */
  .btn-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
  }
}

/* Utility Classes for Common Text Colors */
.text-primary {
  color: var(--color-brand, #003057);
}

.text-secondary {
  color: var(--color-accent, #007FC3);
}

.text-muted {
  color: var(--color-muted, #667085);
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #1a1a1a;
}