File: C:/Apache24/htdocs/wp-content/themes/page-builder-framework/assets/scss/main/_typography.scss
/* Typography */
// Body
body {
font-family: $base-font;
color: $brand-color-alt;
font-size: $base-fontsize;
line-height: $base-lineheight;
}
// Forms
button,
input,
optgroup,
select,
textarea {
font-size: $base-fontsize;
}
textarea {
line-height: $base-lineheight;
}
// Headlines
h1, h2, h3, h4, h5, h6 {
color: $brand-color;
font-family: $head-font;
margin: 0 0 $margin 0;
font-weight: 700;
line-height: $head-lineheight;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}