%PDF- %PDF-
| Direktori : /home/c/a/s/casasmonvl/newges4t/wp-content/themes/ges4t/scss/ |
| Current File : /home/c/a/s/casasmonvl/newges4t/wp-content/themes/ges4t/scss/_typography.scss |
// Typography
body {
font-family: 'Quicksand', sans-serif;
font-size: 14px;
line-height: 24px;
}
h1, .h1 {
font-size: $h1-font-size * 0.7;
line-height: $h1-line-height * 0.7;
font-weight: 500;
letter-spacing: -2px;
}
h2, .h2 {
font-size: $h2-font-size * 0.8;
line-height: $h2-line-height * 0.8;
}
h3, .h3 {
font-size: $h3-font-size * 0.8;
line-height: $h3-line-height * 0.8;
}
h4, .h4 {
font-size: $h4-font-size * 0.8;
line-height: $h4-line-height * 0.8;
}
h5, .h5 {
font-size: $h5-font-size * 0.8;
line-height: $h5-line-height * 0.8;
}
h6, .h6 {
font-size: $h6-font-size * 0.8;
line-height: $h6-line-height * 0.8;
}
p {
font-size: $p-font-size;
line-height: $p-line-height;
&.lg {
font-size: 24px;
line-height: 38px;
}
&.sm {
font-size: 12px;
line-height: 24px;
}
}
h1, h2, h3, h4, h5, h6, p, li {
margin-top: 0;
margin-bottom: 12px;
}
@media (min-width: $breakpoint-xl) {
h1, h2, h3, h4 {
margin-top: 0;
margin-bottom: 24px;
}
}
@media (min-width: $breakpoint-xl) {
h1, .h1 {
font-size: $h1-font-size * 0.85;
line-height: $h1-line-height * 0.85;
}
h2, .h2 {
font-size: $h2-font-size * 0.9;
line-height: $h2-line-height * 0.9;
}
h3, .h3 {
font-size: $h3-font-size * 0.9;
line-height: $h3-line-height * 0.9;
}
h4, .h4 {
font-size: $h4-font-size * 0.9;
line-height: $h4-line-height * 0.9;
}
h5, .h5 {
font-size: $h5-font-size * 0.9;
line-height: $h5-line-height * 0.9;
}
h6, .h6 {
font-size: $h6-font-size * 0.9;
line-height: $h6-line-height * 0.9;
}
}
@media (min-width: $breakpoint-xxl) {
h1, .h1 {
font-size: $h1-font-size;
line-height: $h1-line-height;
}
h2, .h2 {
font-size: $h2-font-size;
line-height: $h2-line-height;
}
h3, .h3 {
font-size: $h3-font-size;
line-height: $h3-line-height;
}
h4, .h4 {
font-size: $h4-font-size;
line-height: $h4-line-height;
}
h5, .h5 {
font-size: $h5-font-size;
line-height: $h5-line-height;
}
h6, .h6 {
font-size: $h6-font-size;
line-height: $h6-line-height;
}
}
// Contact
.page-template-contact {
h4.text-primary {
margin-bottom: 32px;
}
h4 {
margin-bottom: 24px;
}
h5.text-primary {
margin-bottom: 8px;
}
p.lg {
margin-bottom: 24px;
}
}