/* ==========================================
   TYPOGRAPHY
========================================== */

body {
  font-size: 18px;

  line-height: 1.75;
}

h1,
h2,
h3,
h4 {
  font-family: var(--heading-font);

  color: var(--primary-dark);

  line-height: 1.2;

  font-weight: 700;
}

h1 {
  font-size: clamp(2.8rem, 5vw, 4.4rem);
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

h3 {
  font-size: clamp(1.6rem, 3vw, 2rem);
}

h4 {
  font-size: 1.3rem;
}

p {
  color: var(--gray-600);
}

.arabic {
  font-family: var(--arabic-font);

  font-size: 2rem;

  line-height: 2;
}

/*==================================================
SECTION HEADER
==================================================*/

.section-header {
  max-width: 760px;

  margin: 0 auto 64px;

  text-align: center;
}

.section-header .section-label {
  display: inline-block;

  margin-bottom: 12px;
}

.section-header .section-title {
  margin-bottom: 20px;
}

.section-header p {
  margin: 0 auto;

  max-width: 680px;
}
