|
@@ -2355,7 +2355,6 @@ table th,
|
|
|
color: black;
|
|
|
font-family: "EB Garamond", serif;
|
|
|
font-family: var(--font-headings, "EB Garamond", serif);
|
|
|
- font-size: 2.48832rem;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1;
|
|
|
}
|
|
@@ -2377,6 +2376,13 @@ table th,
|
|
|
color: currentColor;
|
|
|
font-family: "EB Garamond", serif;
|
|
|
font-family: var(--font-base, "EB Garamond", serif);
|
|
|
+}
|
|
|
+
|
|
|
+body:not(.fse-enabled) .site-title {
|
|
|
+ font-size: 2.48832rem;
|
|
|
+}
|
|
|
+
|
|
|
+body:not(.fse-enabled) .site-description {
|
|
|
font-size: 2.48832rem;
|
|
|
}
|
|
|
|
|
@@ -2535,7 +2541,6 @@ table th,
|
|
|
display: block;
|
|
|
font-family: "Work Sans", sans-serif;
|
|
|
font-family: var(--font-headings, "Work Sans", sans-serif);
|
|
|
- font-size: 0.83333rem;
|
|
|
font-weight: 600;
|
|
|
padding: 5px 0;
|
|
|
}
|
|
@@ -2593,6 +2598,10 @@ table th,
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
+body:not(.fse-enabled) .main-navigation a {
|
|
|
+ font-size: 0.83333rem;
|
|
|
+}
|
|
|
+
|
|
|
.social-navigation > div > ul {
|
|
|
align-content: center;
|
|
|
display: flex;
|
|
@@ -2716,7 +2725,6 @@ table th,
|
|
|
.footer-navigation .footer-menu a {
|
|
|
font-family: "Work Sans", sans-serif;
|
|
|
font-family: var(--font-base, "Work Sans", sans-serif);
|
|
|
- font-size: 0.83333rem;
|
|
|
font-weight: 600;
|
|
|
padding: 10px;
|
|
|
color: currentColor;
|
|
@@ -2730,6 +2738,10 @@ table th,
|
|
|
color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
+body:not(.fse-enabled) .footer-menu a {
|
|
|
+ font-size: 0.83333rem;
|
|
|
+}
|
|
|
+
|
|
|
.entry-title {
|
|
|
font-size: 2.48832rem;
|
|
|
letter-spacing: normal;
|