+:root {
+ --system-ui: ui-serif, Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
body {
background-color: #f1e9df;
width: 960px;
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 60px;
+ font-family: var(--system-ui);
+ font-weight: normal; /* 400 */
font-size: 1.1rem;
}
header {
}
header nav menu a {
color: #555;
+ font-weight: bold; /* 700 */
font-size: 0.95rem;
- font-weight: bold;
text-decoration: none;
}
main {
main h2, main a {
color: #333;
margin-bottom: 30px;
- font-weight: bold;
+ font-weight: bold; /* 700 */
}
main p {
margin-bottom: 20px;