23 lines
484 B
CSS
23 lines
484 B
CSS
/* order is important. */
|
|
${tokens.js(tokens.yaml/, lib/tokens.yaml/)}
|
|
|
|
|
|
/*include the typography rules: typography.css*/
|
|
${lib/typography.css}
|
|
|
|
/*overrides for typography: typography.css*/
|
|
body {
|
|
--textcolor: #25c4aa;
|
|
font-family: 'Jost*', sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
font-size: var(--titlesize)
|
|
}
|
|
|
|
/*include layout rules: page-layout-grid-centered-#25ea-a0 PINNED */
|
|
/*(the angle brackets are needed because the path contains a #)*/
|
|
${<lib/page-layout-grid-centered-#26ea-a0.css>}
|
|
|
|
|