@import "../../styles/color.module";
@import "../../styles/font.module";

.title {
  font-family: $fontSecondary;
  font-weight: 600;
}

.subTitle {
  font-family: $fontPrimary;
  font-weight: 500;
  line-height: 100%;
}

h1.title {
  font-size: 36px;
  line-height: 100%;
}

h2.title {
  font-size: 32px;
  line-height: 36px;
}

h3.title {
  font-size: 22px;
  line-height: 100%;
}

h4.title {
  font-size: 16px;
  line-height: 100%;
}

h5.title {
  font-size: 14px;
  line-height: 16px;
}

h6.subTitle1 {
  font-size: 18px;
}

h6.subTitle2 {
  font-size: 14px;
}

span.body {
  font-family: $fontPrimary;
  font-weight: 400;
  line-height: 100%;
}

span.body1 {
  font-size: 16px;
}

span.body2 {
  font-size: 14px;
}

span.body3 {
  font-size: 12px;
}

div.caption {
  font-family: $fontPrimary;
  line-height: 16px;
  font-size: 12px;
  font-style: italic;
}

div.error {
  font-family: $fontPrimary;
  line-height: 100%;
  font-size: 16px;
  color: $error;
  font-weight: 600;
}
