|
@@ -168,31 +168,31 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|
|
* - Reset the browser
|
|
|
*/
|
|
|
body {
|
|
|
- color: #444444;
|
|
|
+ color: #7a7c84;
|
|
|
background-color: white;
|
|
|
- font-family: serif;
|
|
|
- font-size: 18px;
|
|
|
+ font-family: "Lato", sans-serif;
|
|
|
+ font-size: 16px;
|
|
|
font-weight: normal;
|
|
|
- line-height: 1.78;
|
|
|
+ line-height: 1.5;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
}
|
|
|
|
|
|
.editor-post-title__block {
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
p {
|
|
|
font-size: 1em;
|
|
|
- line-height: 1.78;
|
|
|
+ line-height: 1.5;
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
- color: blue;
|
|
|
+ color: #2c313f;
|
|
|
}
|
|
|
|
|
|
a:hover {
|
|
|
- color: indigo;
|
|
|
+ color: #3e69dc;
|
|
|
}
|
|
|
|
|
|
button,
|
|
@@ -213,14 +213,14 @@ blockquote {
|
|
|
}
|
|
|
|
|
|
blockquote p {
|
|
|
- font-size: 1.728rem;
|
|
|
+ font-size: 1.5625rem;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
blockquote cite,
|
|
|
blockquote footer {
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.8rem;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
@@ -242,7 +242,7 @@ blockquote.alignleft, blockquote.alignright {
|
|
|
}
|
|
|
|
|
|
blockquote.alignleft p, blockquote.alignright p {
|
|
|
- font-size: 1.44rem;
|
|
|
+ font-size: 1.25rem;
|
|
|
max-width: inherit;
|
|
|
width: inherit;
|
|
|
}
|
|
@@ -250,13 +250,13 @@ blockquote.alignleft p, blockquote.alignright p {
|
|
|
blockquote.alignleft cite,
|
|
|
blockquote.alignleft footer, blockquote.alignright cite,
|
|
|
blockquote.alignright footer {
|
|
|
- font-size: 0.69444rem;
|
|
|
+ font-size: 0.64rem;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
figcaption {
|
|
|
color: #767676;
|
|
|
- font-size: 0.69444rem;
|
|
|
+ font-size: 0.64rem;
|
|
|
margin-top: calc(0.5 * 16px);
|
|
|
margin-bottom: 16px;
|
|
|
text-align: center;
|
|
@@ -304,29 +304,29 @@ object {
|
|
|
}
|
|
|
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
- color: ("default": white, "light": #FAFAFA, "dark": #DDDDDD);
|
|
|
- font-weight: 600;
|
|
|
+ color: white;
|
|
|
+ font-weight: 700;
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
- font-size: 1.2em;
|
|
|
+ font-size: 1em;
|
|
|
line-height: 1;
|
|
|
- background-color: blue;
|
|
|
- border-radius: 9px;
|
|
|
+ background-color: #3e69dc;
|
|
|
+ border-radius: 8px;
|
|
|
padding: 16px 16px;
|
|
|
}
|
|
|
|
|
|
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link.has-focus {
|
|
|
- color: ("default": white, "light": #FAFAFA, "dark": #DDDDDD);
|
|
|
- background-color: indigo;
|
|
|
+ color: white;
|
|
|
+ background-color: #2c313f;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
- color: blue;
|
|
|
+ color: #3e69dc;
|
|
|
background: transparent;
|
|
|
border: 2px solid currentcolor;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
|
- color: indigo;
|
|
|
+ color: #2c313f;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-squared .wp-block-button__link {
|
|
@@ -335,7 +335,7 @@ object {
|
|
|
|
|
|
.wp-block-cover,
|
|
|
.wp-block-cover-image {
|
|
|
- background-color: #444444;
|
|
|
+ background-color: #7a7c84;
|
|
|
min-height: calc( 15 * 32px);
|
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
|
}
|
|
@@ -360,7 +360,7 @@ object {
|
|
|
|
|
|
.wp-block-cover h2,
|
|
|
.wp-block-cover-image h2 {
|
|
|
- font-size: 2.48832em;
|
|
|
+ font-size: 3.05176em;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
padding: 0;
|
|
@@ -389,43 +389,43 @@ object {
|
|
|
.wp-block-heading h4, h4, .h4,
|
|
|
.wp-block-heading h5, h5, .h5,
|
|
|
.wp-block-heading h6, h6, .h6 {
|
|
|
- font-family: sans-serif;
|
|
|
- font-weight: normal;
|
|
|
+ font-family: "Poppins", sans-serif;
|
|
|
+ font-weight: 700;
|
|
|
clear: both;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h1, h1, .h1 {
|
|
|
- font-size: 2.98598em;
|
|
|
+ font-size: 3.8147em;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h2, h2, .h2 {
|
|
|
- font-size: 2.48832em;
|
|
|
+ font-size: 3.05176em;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h3, h3, .h3 {
|
|
|
- font-size: 2.0736em;
|
|
|
+ font-size: 1.95312em;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h4, h4, .h4 {
|
|
|
- font-size: 1.728em;
|
|
|
+ font-size: 1.5625em;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h5, h5, .h5 {
|
|
|
- font-size: 1.44em;
|
|
|
+ font-size: 1.25em;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h6, h6, .h6 {
|
|
|
- font-size: 1.2em;
|
|
|
+ font-size: 1.25em;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
@@ -475,7 +475,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
border-top-width: 4px;
|
|
|
border-bottom-color: #DDDDDD;
|
|
|
border-bottom-width: 4px;
|
|
|
- color: #444444;
|
|
|
+ color: #7a7c84;
|
|
|
/**
|
|
|
* Block Options
|
|
|
*/
|
|
@@ -486,8 +486,8 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote p {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 1.728em;
|
|
|
+ font-family: "Poppins", sans-serif;
|
|
|
+ font-size: 1.5625em;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
@@ -500,7 +500,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
.wp-block-pullquote cite,
|
|
|
.wp-block-pullquote footer {
|
|
|
color: #767676;
|
|
|
- font-size: 0.83333em;
|
|
|
+ font-size: 0.8em;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
@@ -509,7 +509,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
|
- background-color: blue;
|
|
|
+ background-color: #2c313f;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
@@ -539,14 +539,14 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-quote {
|
|
|
- border-left-color: blue;
|
|
|
+ border-left-color: #2c313f;
|
|
|
margin: 32px 0;
|
|
|
padding-left: 16px;
|
|
|
}
|
|
|
|
|
|
.wp-block-quote p {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 1.728em;
|
|
|
+ font-family: "Poppins", sans-serif;
|
|
|
+ font-size: 1.5625em;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
@@ -556,8 +556,8 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 2.0736em;
|
|
|
+ font-family: "Poppins", sans-serif;
|
|
|
+ font-size: 1.95312em;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
@@ -591,7 +591,7 @@ hr.is-style-dots:before {
|
|
|
|
|
|
table th,
|
|
|
.wp-block-table th {
|
|
|
- font-family: sans-serif;
|
|
|
+ font-family: "Poppins", sans-serif;
|
|
|
}
|
|
|
|
|
|
table td,
|
|
@@ -606,24 +606,24 @@ table th,
|
|
|
* - Needs a special styles
|
|
|
*/
|
|
|
.editor-post-title__block .editor-post-title__input {
|
|
|
- color: #444444;
|
|
|
- font-family: sans-serif;
|
|
|
- font-weight: normal;
|
|
|
- font-size: 2.48832em;
|
|
|
+ color: #7a7c84;
|
|
|
+ font-family: "Poppins", sans-serif;
|
|
|
+ font-weight: 700;
|
|
|
+ font-size: 3.05176em;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.has-primary-color[class] {
|
|
|
- color: blue !important;
|
|
|
+ color: #2c313f !important;
|
|
|
}
|
|
|
|
|
|
.has-secondary-color[class] {
|
|
|
- color: red !important;
|
|
|
+ color: #3e69dc !important;
|
|
|
}
|
|
|
|
|
|
.has-foreground-color[class] {
|
|
|
- color: #444444 !important;
|
|
|
+ color: #7a7c84 !important;
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-color[class] {
|
|
@@ -635,7 +635,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-background-light-color[class] {
|
|
|
- color: #FAFAFA !important;
|
|
|
+ color: #f3f3f3 !important;
|
|
|
}
|
|
|
|
|
|
.has-background-dark-color[class] {
|
|
@@ -647,7 +647,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-primary-background-color[class] {
|
|
|
- background-color: blue !important;
|
|
|
+ background-color: #2c313f !important;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
@@ -657,7 +657,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-secondary-background-color[class] {
|
|
|
- background-color: red !important;
|
|
|
+ background-color: #3e69dc !important;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
@@ -667,7 +667,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-foreground-background-color[class] {
|
|
|
- background-color: #444444 !important;
|
|
|
+ background-color: #7a7c84 !important;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
@@ -697,8 +697,8 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-background-light-background-color[class] {
|
|
|
- background-color: #FAFAFA !important;
|
|
|
- color: #444444;
|
|
|
+ background-color: #f3f3f3 !important;
|
|
|
+ color: #7a7c84;
|
|
|
}
|
|
|
|
|
|
.has-background-light-background-color[class] p, .has-background-light-background-color[class] h1, .has-background-light-background-color[class] h2, .has-background-light-background-color[class] h3, .has-background-light-background-color[class] h4, .has-background-light-background-color[class] h5, .has-background-light-background-color[class] h6,
|
|
@@ -708,7 +708,7 @@ table th,
|
|
|
|
|
|
.has-background-dark-background-color[class] {
|
|
|
background-color: #DDDDDD !important;
|
|
|
- color: #444444;
|
|
|
+ color: #7a7c84;
|
|
|
}
|
|
|
|
|
|
.has-background-dark-background-color[class] p, .has-background-dark-background-color[class] h1, .has-background-dark-background-color[class] h2, .has-background-dark-background-color[class] h3, .has-background-dark-background-color[class] h4, .has-background-dark-background-color[class] h5, .has-background-dark-background-color[class] h6,
|
|
@@ -718,7 +718,7 @@ table th,
|
|
|
|
|
|
.has-background-background-color[class] {
|
|
|
background-color: white !important;
|
|
|
- color: #444444;
|
|
|
+ color: #7a7c84;
|
|
|
}
|
|
|
|
|
|
.has-background-background-color[class] p, .has-background-background-color[class] h1, .has-background-background-color[class] h2, .has-background-background-color[class] h3, .has-background-background-color[class] h4, .has-background-background-color[class] h5, .has-background-background-color[class] h6,
|
|
@@ -728,33 +728,33 @@ table th,
|
|
|
|
|
|
.is-small-text,
|
|
|
.has-small-font-size {
|
|
|
- font-size: 0.83333em;
|
|
|
+ font-size: 0.8em;
|
|
|
}
|
|
|
|
|
|
.is-regular-text,
|
|
|
.has-regular-font-size,
|
|
|
.has-normal-font-size,
|
|
|
.has-medium-font-size {
|
|
|
- font-size: 1.2em;
|
|
|
+ font-size: 1.25em;
|
|
|
}
|
|
|
|
|
|
.is-large-text,
|
|
|
.has-large-font-size {
|
|
|
- font-size: 1.44em;
|
|
|
+ font-size: 1.5625em;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.is-larger-text,
|
|
|
.has-larger-font-size,
|
|
|
.has-huge-font-size {
|
|
|
- font-size: 1.728em;
|
|
|
+ font-size: 1.95312em;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.has-drop-cap:not(:focus)::first-letter {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: calc(2 * 2.98598em);
|
|
|
- font-weight: normal;
|
|
|
+ font-family: "Poppins", sans-serif;
|
|
|
+ font-size: calc(2 * 3.8147em);
|
|
|
+ font-weight: 700;
|
|
|
}
|
|
|
|
|
|
/**
|