/* Font Faces - Times New Roman */














/* Typography styles */
.title-1 {
  font-family: 'Helvetica', sans-serif;
  font-size: 56px;
  line-height:82px;
  letter-spacing: normal;
  font-weight: 600;
}

.title-2 {
  font-family: 'Helvetica', sans-serif;
  font-size: 32px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}

.title {
  font-family: 'Helvetica', sans-serif;
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}

.subtitle {
  font-family: 'Helvetica', sans-serif;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
}

.subtitle-strong {
  font-family: 'Helvetica', sans-serif;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
}

.body-1 {
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: 400;
}

.body-1-tall {
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: 400;
}

.body-1-strong {
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 600;
}

.section-tag {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-transform: uppercase;
}

.section-header {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.body-2 {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}

.body-2-strong {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: 600;
}

.body-1-light {
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 300;
}

.body-2-light {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 300;
}

/* Introduction paragraph */
.intro {
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
}

/* Inline semibold that inherits surrounding typography (used for name in intro) */
.intro .semibold {
  font-weight: 600;
}

/* Hero caps - uppercase display style for homepage */
.hero-caps {
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  font-weight: 400 !important;
  line-height: 24px  !important;
  font-family: 'Helvetica', sans-serif !important;
}

/* Nav - navigation link styling */
.nav {
  font-family: 'Helvetica', sans-serif;
  font-size: 13px !important;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-weight: 400;
}

/* Tag - uppercase label style for project page sections */
.tag {
  font-family: 'Helvetica', sans-serif;
  font-size: 13px !important;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-transform: uppercase;
}

/* Tag token - for project card tags */
.tag-token {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
}
