27 lines
493 B
CSS
27 lines
493 B
CSS
|
@import "style.css";
|
||
|
|
||
|
p.rubric {
|
||
|
font-family: Lato, Arial, sans-serif;
|
||
|
font-weight: 500;
|
||
|
line-height: 1.1;
|
||
|
color: inherit;
|
||
|
margin-top: 10px;
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
.section p.rubric {
|
||
|
font-size: 30px;
|
||
|
}
|
||
|
.section .section p.rubric {
|
||
|
font-size: 24px;
|
||
|
}
|
||
|
.section .section .section p.rubric {
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
.section .section .section .section p.rubric {
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
.section .section .section .section .section p.rubric {
|
||
|
font-size: 12px;
|
||
|
}
|