|
@@ -2351,7 +2351,6 @@ table th,
|
|
|
color: black;
|
|
|
font-family: Poppins, sans-serif;
|
|
|
font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
- font-size: 1.44rem;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1;
|
|
|
}
|
|
@@ -2373,6 +2372,13 @@ table th,
|
|
|
color: currentColor;
|
|
|
font-family: Poppins, sans-serif;
|
|
|
font-family: var(--font-base, Poppins, sans-serif);
|
|
|
+}
|
|
|
+
|
|
|
+body:not(.fse-enabled) .site-title {
|
|
|
+ font-size: 1.44rem;
|
|
|
+}
|
|
|
+
|
|
|
+body:not(.fse-enabled) .site-description {
|
|
|
font-size: 0.83333rem;
|
|
|
}
|
|
|
|
|
@@ -2531,7 +2537,6 @@ table th,
|
|
|
display: block;
|
|
|
font-family: Poppins, sans-serif;
|
|
|
font-family: var(--font-headings, Poppins, sans-serif);
|
|
|
- font-size: 0.83333rem;
|
|
|
font-weight: 400;
|
|
|
padding: 4px 0;
|
|
|
}
|
|
@@ -2589,6 +2594,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;
|
|
@@ -2712,7 +2721,6 @@ table th,
|
|
|
.footer-navigation .footer-menu a {
|
|
|
font-family: Poppins, sans-serif;
|
|
|
font-family: var(--font-base, Poppins, sans-serif);
|
|
|
- font-size: 0.83333rem;
|
|
|
font-weight: 400;
|
|
|
padding: 8px;
|
|
|
color: currentColor;
|
|
@@ -2726,6 +2734,10 @@ table th,
|
|
|
color: #666666;
|
|
|
}
|
|
|
|
|
|
+body:not(.fse-enabled) .footer-menu a {
|
|
|
+ font-size: 0.83333rem;
|
|
|
+}
|
|
|
+
|
|
|
.entry-title {
|
|
|
font-size: 1.728rem;
|
|
|
letter-spacing: -0.015em;
|