diff --git a/aleksis/core/static/style.scss b/aleksis/core/static/style.scss index 2b30ab8960949c564ec8a48bc04f7dd1f4beb3b9..231f55c2c8d04568f9136b5a424f7456d39a8d50 100644 --- a/aleksis/core/static/style.scss +++ b/aleksis/core/static/style.scss @@ -271,6 +271,23 @@ ul.footer-ul { fill: white; } +////////////// +// HEADINGS // +////////////// + +h1 { + font-weight: 200; + font-style: normal; + font-size: 3.6rem; + line-height: 110%; + margin: 1.4rem 0 1.68rem 0; +} + +h2 { + font-weight: 300; + font-size: 3.0rem; +} + /* Collections */ ul.collection .collection-item .title {