2023-02-08 19:36:24 +00:00
|
|
|
body {
|
2023-08-18 17:03:38 +01:00
|
|
|
font-family: var(--font-family-body);
|
|
|
|
font-size: var(--font-size-md);
|
2023-02-08 19:36:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
2023-08-18 17:03:38 +01:00
|
|
|
font-family: var(--font-family-monospace);
|
2023-02-08 19:36:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2023-08-18 17:03:38 +01:00
|
|
|
font-family: var(--font-family-headings);
|
2023-02-08 19:36:24 +00:00
|
|
|
}
|