@font-face {
- font-family: "Public Sans";
+ font-family: "Public Sans";
font-style: normal;
+ font-weight: 100;
font-display: swap;
- src: url("/fonts/PublicSans-Regular.woff2") format("woff2");
- /* unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; */
+ src: url("/fonts/PublicSans-Thin.woff2") format("woff2")
}
@font-face {
- font-family: "Public Sans";
+ font-family: "Public Sans";
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: url("/fonts/PublicSans-Regular.woff2") format("woff2")
+}
+
+@font-face {
+ font-family: "Public Sans";
+ font-style: normal;
+ font-weight: 700;
+ font-display: swap;
+ src: url("/fonts/PublicSans-Bold.woff2") format("woff2")
+}
+
+@font-face {
+ font-family: "Public Sans";
font-style: italic;
+ font-weight: 100;
font-display: swap;
- src: url("/fonts/PublicSans-Italic.woff2") format("woff2");
- /* unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; */
+ src: url("/fonts/PublicSans-ThinItalic.woff2") format("woff2")
}
@font-face {
- font-family: "Public Sans";
- font-weight: bold;
+ font-family: "Public Sans";
+ font-style: italic;
+ font-weight: 400;
font-display: swap;
- src: url("/fonts/PublicSans-Bold.woff2") format("woff2");
- /* unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; */
+ src: url("/fonts/PublicSans-Italic.woff2") format("woff2")
}
@font-face {
- font-family: "Public Sans";
+ font-family: "Public Sans";
font-style: italic;
- font-weight: bold;
+ font-weight: 700;
font-display: swap;
- src: url("/fonts/PublicSans-BoldItalic.woff2") format("woff2");
- /* unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; */
+ src: url("/fonts/PublicSans-BoldItalic.woff2") format("woff2")
}
\ No newline at end of file
background-color: #ffffff;
color: #000000;
font-family: "Public Sans", sans-serif;
+ font-weight: 400;
font-size: 100%;
line-height: 1.1rem;
}
padding: 0.5rem 1rem;
font-size: 1rem;
}
+h1 {
+ font-weight: 100;
+}
+h2, h3, h4, h5, h6 {
+ font-weight: 700;
+}
+strong {
+ font-weight: 700;
+}
nav {
margin-bottom: 1rem;
}
nav > h1 {
font-size: 2rem;
- font-weight: bold;
+ font-weight: 700;
}
nav > h1 > a {
text-decoration: none;
}
details {
margin-bottom: 1rem;
+ font-size: 0.8rem;
}
p {
margin-bottom: 1rem;
figure {
margin-bottom: 1rem;
}
+figcaption {
+ font-size: 0.8rem;
+}
img {
height: auto;
}
}
footer {
text-align: center;
- font-style: italic;
}
footer > address > menu {
margin-inline-start: 0;
}
.callout-info > .callout-label {
color: #086ddd;
- font-weight: bold;
+ font-weight: 700;
}
.callout-warn {
border-left: 0.2rem solid #ec7500;
}
.callout-warn > .callout-label {
color: #ec7500;
- font-weight: bold;
+ font-weight: 700;
}
.callout-error {
border-left: 0.2rem solid #e93147;
}
.callout-error > .callout-label {
color: #e93147;
- font-weight: bold;
+ font-weight: 700;
}
.collectiontag {
font-variant: small-caps;