edited npm sass lint errors after upgrade

This commit is contained in:
jorge 2024-01-13 14:52:38 +01:00
parent f277390d58
commit a92d9c3967
11 changed files with 12281 additions and 6779 deletions

View File

@ -318,8 +318,7 @@ Add your custom styles in this file so it is easier to update the theme.
/* Contact Form 7 /* Contact Form 7
--------------------------------------------- */ --------------------------------------------- */
/* contact forms styles used in wp backend with CF7 /* contact forms styles used in wp backend with CF7 */
*/
/* styles applied if written in wp backend /* styles applied if written in wp backend
* class="contactform contactform-WHATEVER" * class="contactform contactform-WHATEVER"
@ -537,7 +536,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area optgroup, .edit-post-visual-editor__content-area optgroup,
.edit-post-visual-editor__content-area textarea { .edit-post-visual-editor__content-area textarea {
color: #202020; color: #202020;
font-family: din-regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem; font-size: 1rem;
line-height: 1.3; line-height: 1.3;
} }
@ -556,8 +555,8 @@ Add your custom styles in this file so it is easier to update the theme.
line-height: 0px; line-height: 0px;
text-decoration: none; text-decoration: none;
border: 0; border: 0;
background-color: transparent;
background: none; background: none;
background-color: transparent;
} }
@media screen { @media screen {
@ -580,7 +579,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h1, .edit-post-visual-editor__content-area h1,
.edit-post-visual-editor__content-area .h1 { .edit-post-visual-editor__content-area .h1 {
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.8rem; font-size: 1.8rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -592,7 +591,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h2, .edit-post-visual-editor__content-area h2,
.edit-post-visual-editor__content-area .h2 { .edit-post-visual-editor__content-area .h2 {
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.5rem; font-size: 1.5rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -604,7 +603,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h3, .edit-post-visual-editor__content-area h3,
.edit-post-visual-editor__content-area .h3 { .edit-post-visual-editor__content-area .h3 {
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.3rem; font-size: 1.3rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -616,7 +615,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h4, .edit-post-visual-editor__content-area h4,
.edit-post-visual-editor__content-area .h4 { .edit-post-visual-editor__content-area .h4 {
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.2rem; font-size: 1.2rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -628,7 +627,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h5, .edit-post-visual-editor__content-area h5,
.edit-post-visual-editor__content-area .h5 { .edit-post-visual-editor__content-area .h5 {
font-family: din-medium, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.1rem; font-size: 1.1rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -640,7 +639,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h6, .edit-post-visual-editor__content-area h6,
.edit-post-visual-editor__content-area .h6 { .edit-post-visual-editor__content-area .h6 {
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.1rem; font-size: 1.1rem;
} }
@ -667,7 +666,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area .single h1, .edit-post-visual-editor__content-area .single h1,
.edit-post-visual-editor__content-area .single .h1 { .edit-post-visual-editor__content-area .single .h1 {
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
} }
.edit-post-visual-editor__content-area .home-featured h2, .edit-post-visual-editor__content-area .home-featured h2,
@ -698,7 +697,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h4, .edit-post-visual-editor__content-area h4,
.edit-post-visual-editor__content-area .h4 { .edit-post-visual-editor__content-area .h4 {
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.3rem; font-size: 1.3rem;
} }
@ -738,7 +737,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h4, .edit-post-visual-editor__content-area h4,
.edit-post-visual-editor__content-area .h4 { .edit-post-visual-editor__content-area .h4 {
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.4rem; font-size: 1.4rem;
} }
@ -824,10 +823,10 @@ Add your custom styles in this file so it is easier to update the theme.
@font-face { @font-face {
.edit-post-visual-editor__content-area { .edit-post-visual-editor__content-area {
font-family: din-regular; font-family: "Neue Haas Grotesk Pro";
src: url("assets/fonts/DIN-Regular.eot"); src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot);
src: url("assets/fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Regular.woff2") format("woff2"), url("assets/fonts/DIN-Regular.woff") format("woff"), url("assets/fonts/DIN-Regular.ttf") format("truetype"), url("assets/fonts/DIN-Regular.svg#fonts/DIN-Regular") format("svg"); src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);
font-weight: 100; font-weight: 300;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@ -836,10 +835,10 @@ Add your custom styles in this file so it is easier to update the theme.
@font-face { @font-face {
.edit-post-visual-editor__content-area { .edit-post-visual-editor__content-area {
font-family: din-medium; font-family: "Neue Haas Grotesk Pro";
src: url("assets/fonts/DIN-Medium.eot"); src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);
src: url("assets/fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Medium.woff2") format("woff2"), url("assets/fonts/DIN-Medium.woff") format("woff"), url("assets/fonts/DIN-Medium.ttf") format("truetype"), url("assets/fonts/DIN-Medium.svg#DIN-Medium") format("svg"); src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);
font-weight: 100; font-weight: 500;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@ -848,34 +847,10 @@ Add your custom styles in this file so it is easier to update the theme.
@font-face { @font-face {
.edit-post-visual-editor__content-area { .edit-post-visual-editor__content-area {
font-family: din-bold; font-family: "Neue Haas Grotesk Pro";
src: url("assets/fonts/DIN-Bold.eot"); src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);
src: url("assets/fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Bold.woff2") format("woff2"), url("assets/fonts/DIN-Bold.woff") format("woff"), url("assets/fonts/DIN-Bold.ttf") format("truetype"), url("assets/fonts/DIN-Bold.svg#DIN-Bold") format("svg"); src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);
font-weight: 100; font-weight: 700;
font-style: normal;
font-display: swap;
}
}
@font-face {
.edit-post-visual-editor__content-area {
font-family: din-light;
src: url("assets/fonts/DIN-Light.eot");
src: url("assets/fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Light.woff2") format("woff2"), url("assets/fonts/DIN-Light.woff") format("woff"), url("assets/fonts/DIN-Light.ttf") format("truetype"), url("assets/fonts/DIN-Light.svg#DIN-Light") format("svg");
font-weight: 100;
font-style: normal;
font-display: swap;
}
}
@font-face {
.edit-post-visual-editor__content-area {
font-family: din-black;
src: url("assets/fonts/DIN-Black.eot");
src: url("assets/fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Black.woff2") format("woff2"), url("assets/fonts/DIN-Black.woff") format("woff"), url("assets/fonts/DIN-Black.ttf") format("truetype"), url("assets/fonts/DIN-Black.svg#DIN-Black") format("svg");
font-weight: 900;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@ -933,7 +908,7 @@ Add your custom styles in this file so it is easier to update the theme.
padding: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em;
color: #fff; color: #fff;
background-color: #000; background-color: #000;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 0.7rem; font-size: 0.7rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -969,7 +944,7 @@ Add your custom styles in this file so it is easier to update the theme.
padding: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em;
color: #fff; color: #fff;
background-color: #69ed82; background-color: #69ed82;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 0.7rem; font-size: 0.7rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -984,7 +959,7 @@ Add your custom styles in this file so it is easier to update the theme.
padding: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em;
color: #fff; color: #fff;
background-color: #000; background-color: #000;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.1rem; font-size: 1.1rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -1106,14 +1081,14 @@ Add your custom styles in this file so it is easier to update the theme.
} }
.edit-post-visual-editor__content-area .button-more { .edit-post-visual-editor__content-area .button-more {
line-height: 2.5em; line-height: 2.5;
} }
.edit-post-visual-editor__content-area .button-more::after { .edit-post-visual-editor__content-area .button-more::after {
content: "+"; content: "+";
display: inline-block; display: inline-block;
width: 2rem; width: 2rem;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.5rem; font-size: 1.5rem;
text-align: right; text-align: right;
} }
@ -1163,7 +1138,7 @@ Add your custom styles in this file so it is easier to update the theme.
position: absolute; position: absolute;
bottom: 1em; bottom: 1em;
left: 0.5em; left: 0.5em;
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem; font-size: 1rem;
line-height: 0; line-height: 0;
} }
@ -1473,13 +1448,13 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area .secondary-navigation .current_page_ancestor > a, .edit-post-visual-editor__content-area .secondary-navigation .current_page_ancestor > a,
.edit-post-visual-editor__content-area .secondary-navigation .current-menu-ancestor > a { .edit-post-visual-editor__content-area .secondary-navigation .current-menu-ancestor > a {
font-weight: 700; font-weight: 700;
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
border-left: 1px solid #000; border-left: 1px solid #000;
} }
.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"], .edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"],
.edit-post-visual-editor__content-area .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"], .edit-post-visual-editor__content-area .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"],
.edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] { .edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] {
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
border-left: 1px solid #000; border-left: 1px solid #000;
} }
@ -1705,7 +1680,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"], .edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"],
.edit-post-visual-editor__content-area .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"], .edit-post-visual-editor__content-area .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"],
.edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] { .edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] {
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
border-left: none; border-left: none;
} }
.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"]::after, .edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"]::after,
@ -1950,7 +1925,7 @@ Add your custom styles in this file so it is easier to update the theme.
padding: 0.6em 1em 0.4em; padding: 0.6em 1em 0.4em;
clear: both; clear: both;
cursor: pointer; cursor: pointer;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 0.9rem; font-size: 0.9rem;
border: 1px solid #000; border: 1px solid #000;
text-transform: uppercase; text-transform: uppercase;
@ -2165,13 +2140,13 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area .black-blocs .wp-block-column h5, .edit-post-visual-editor__content-area .black-blocs .wp-block-column h5,
.edit-post-visual-editor__content-area .black-blocs .wp-block-column h6 { .edit-post-visual-editor__content-area .black-blocs .wp-block-column h6 {
min-height: 4.8rem; min-height: 4.8rem;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 2rem; font-size: 2rem;
line-height: 1.04; line-height: 1.04;
} }
.edit-post-visual-editor__content-area .black-blocs .wp-block-column p { .edit-post-visual-editor__content-area .black-blocs .wp-block-column p {
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 0.9rem; font-size: 0.9rem;
} }
@ -2416,46 +2391,28 @@ Your custom style
Add your custom styles in this file so it is easier to update the theme. Add your custom styles in this file so it is easier to update the theme.
*/ */
@font-face { @font-face {
font-family: din-regular; font-family: "Neue Haas Grotesk Pro";
src: url("../fonts/DIN-Regular.eot"); src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot);
src: url("../fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff"), url("../fonts/DIN-Regular.ttf") format("truetype"), url("../fonts/DIN-Regular.svg#fonts/DIN-Regular") format("svg"); src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);
font-weight: 100; font-weight: 300;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face { @font-face {
font-family: din-medium; font-family: "Neue Haas Grotesk Pro";
src: url("../fonts/DIN-Medium.eot"); src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);
src: url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype"), url("../fonts/DIN-Medium.svg#DIN-Medium") format("svg"); src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);
font-weight: 100; font-weight: 500;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face { @font-face {
font-family: din-bold; font-family: "Neue Haas Grotesk Pro";
src: url("../fonts/DIN-Bold.eot"); src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);
src: url("../fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Bold.woff2") format("woff2"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype"), url("../fonts/DIN-Bold.svg#DIN-Bold") format("svg"); src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);
font-weight: 100; font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: din-light;
src: url("../fonts/DIN-Light.eot");
src: url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Light.woff2") format("woff2"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.ttf") format("truetype"), url("../fonts/DIN-Light.svg#DIN-Light") format("svg");
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: din-black;
src: url("../fonts/DIN-Black.eot");
src: url("../fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Black.woff2") format("woff2"), url("../fonts/DIN-Black.woff") format("woff"), url("../fonts/DIN-Black.ttf") format("truetype"), url("../fonts/DIN-Black.svg#DIN-Black") format("svg");
font-weight: 900;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }

File diff suppressed because one or more lines are too long

18642
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,9 +17,9 @@
"url": "https://github.com/Automattic/_s/issues" "url": "https://github.com/Automattic/_s/issues"
}, },
"devDependencies": { "devDependencies": {
"@wordpress/scripts": "^24.4.0", "@wordpress/scripts": "^26.19.0",
"dir-archiver": "^1.1.1", "dir-archiver": "^1.1.1",
"node-sass": "^7.0.1", "node-sass": "^9.0.0",
"rtlcss": "^3.5.0" "rtlcss": "^3.5.0"
}, },
"rtlcssConfig": { "rtlcssConfig": {

View File

@ -1,11 +1,12 @@
// stylelint-disable value-keyword-case // stylelint-disable value-keyword-case
$font__regular: 'din-regular',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; $font__main: 'Neue Haas Grotesk Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
$font__light: 'din-light',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; $font__regular: $font__main;
$font__medium: 'din-medium',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; $font__light: $font__main;
$font__bold: 'din-bold',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; $font__medium: $font__main;
$font__black: 'din-black',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; $font__bold: $font__main;
$font__black: $font__main;
$font__main: $font__regular; $font__header: $font__main;
// stylelint-enable value-keyword-case // stylelint-enable value-keyword-case
$font__code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace, mono; $font__code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace, mono;
$font__pre: "Courier 10 Pitch", courier, monospace; $font__pre: "Courier 10 Pitch", courier, monospace;

View File

@ -3,70 +3,41 @@ Your custom style
Add your custom styles in this file so it is easier to update the theme. Add your custom styles in this file so it is easier to update the theme.
*/ */
@font-face { @font-face {
font-family: 'din-regular'; font-family: Neue Haas Grotesk Pro;
src: url('../fonts/DIN-Regular.eot'); src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot);
src: url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'), src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype),
url('../fonts/DIN-Regular.woff2') format('woff2'), url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2),
url('../fonts/DIN-Regular.woff') format('woff'), url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff),
url('../fonts/DIN-Regular.ttf') format('truetype'), url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype),
url('../fonts/DIN-Regular.svg#fonts/DIN-Regular') format('svg'); url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);
font-weight: 100; font-weight: 300;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face { @font-face {
font-family: 'din-medium'; font-family: Neue Haas Grotesk Pro;
src: url('../fonts/DIN-Medium.eot'); src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);
src: url('../fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'), src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype),
url('../fonts/DIN-Medium.woff2') format('woff2'), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2),
url('../fonts/DIN-Medium.woff') format('woff'), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff),
url('../fonts/DIN-Medium.ttf') format('truetype'), url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype),
url('../fonts/DIN-Medium.svg#DIN-Medium') format('svg'); url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);
font-weight: 100; font-weight: 500;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face { @font-face {
font-family: 'din-bold'; font-family: Neue Haas Grotesk Pro;
src: url('../fonts/DIN-Bold.eot'); src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);
src: url('../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'), src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype),
url('../fonts/DIN-Bold.woff2') format('woff2'), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2),
url('../fonts/DIN-Bold.woff') format('woff'), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff),
url('../fonts/DIN-Bold.ttf') format('truetype'), url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype),
url('../fonts/DIN-Bold.svg#DIN-Bold') format('svg'); url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);
font-weight: 100; font-weight: bold;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face {
font-family: 'din-light';
src: url('../fonts/DIN-Light.eot');
src: url('../fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/DIN-Light.woff2') format('woff2'),
url('../fonts/DIN-Light.woff') format('woff'),
url('../fonts/DIN-Light.ttf') format('truetype'),
url('../fonts/DIN-Light.svg#DIN-Light') format('svg');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'din-black';
src: url('../fonts/DIN-Black.eot');
src: url('../fonts/DIN-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/DIN-Black.woff2') format('woff2'),
url('../fonts/DIN-Black.woff') format('woff'),
url('../fonts/DIN-Black.ttf') format('truetype'),
url('../fonts/DIN-Black.svg#DIN-Black') format('svg');
font-weight: 900;
font-style: normal;
font-display: swap;
}

View File

@ -23,7 +23,7 @@ input[type="submit"],
} }
} }
.button-more { .button-more {
line-height: 2.5em; line-height: 2.5;
&::after { &::after {
content: "+"; content: "+";
display: inline-block; display: inline-block;

View File

@ -3,70 +3,41 @@ Your custom style
Add your custom styles in this file so it is easier to update the theme. Add your custom styles in this file so it is easier to update the theme.
*/ */
@font-face { @font-face {
font-family: 'din-regular'; font-family: Neue Haas Grotesk Pro;
src: url('assets/fonts/DIN-Regular.eot'); src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot);
src: url('assets/fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'), src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype),
url('assets/fonts/DIN-Regular.woff2') format('woff2'), url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2),
url('assets/fonts/DIN-Regular.woff') format('woff'), url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff),
url('assets/fonts/DIN-Regular.ttf') format('truetype'), url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype),
url('assets/fonts/DIN-Regular.svg#fonts/DIN-Regular') format('svg'); url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);
font-weight: 100; font-weight: 300;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face { @font-face {
font-family: 'din-medium'; font-family: Neue Haas Grotesk Pro;
src: url('assets/fonts/DIN-Medium.eot'); src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);
src: url('assets/fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'), src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype),
url('assets/fonts/DIN-Medium.woff2') format('woff2'), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2),
url('assets/fonts/DIN-Medium.woff') format('woff'), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff),
url('assets/fonts/DIN-Medium.ttf') format('truetype'), url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype),
url('assets/fonts/DIN-Medium.svg#DIN-Medium') format('svg'); url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);
font-weight: 100; font-weight: 500;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face { @font-face {
font-family: 'din-bold'; font-family: Neue Haas Grotesk Pro;
src: url('assets/fonts/DIN-Bold.eot'); src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);
src: url('assets/fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'), src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype),
url('assets/fonts/DIN-Bold.woff2') format('woff2'), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2),
url('assets/fonts/DIN-Bold.woff') format('woff'), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff),
url('assets/fonts/DIN-Bold.ttf') format('truetype'), url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype),
url('assets/fonts/DIN-Bold.svg#DIN-Bold') format('svg'); url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);
font-weight: 100; font-weight: bold;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face {
font-family: 'din-light';
src: url('assets/fonts/DIN-Light.eot');
src: url('assets/fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/DIN-Light.woff2') format('woff2'),
url('assets/fonts/DIN-Light.woff') format('woff'),
url('assets/fonts/DIN-Light.ttf') format('truetype'),
url('assets/fonts/DIN-Light.svg#DIN-Light') format('svg');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'din-black';
src: url('assets/fonts/DIN-Black.eot');
src: url('assets/fonts/DIN-Black.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/DIN-Black.woff2') format('woff2'),
url('assets/fonts/DIN-Black.woff') format('woff'),
url('assets/fonts/DIN-Black.ttf') format('truetype'),
url('assets/fonts/DIN-Black.svg#DIN-Black') format('svg');
font-weight: 900;
font-style: normal;
font-display: swap;
}

View File

@ -23,8 +23,8 @@ textarea {
line-height: 0px; line-height: 0px;
text-decoration: none; text-decoration: none;
border: 0; border: 0;
background-color: transparent;
background: none; background: none;
background-color: transparent;
} }
@import "headings"; @import "headings";
@import "copy"; @import "copy";

View File

@ -1,5 +1,4 @@
/* contact forms styles used in wp backend with CF7 /* contact forms styles used in wp backend with CF7 */
*/
.wpcf7-not-valid:not(:focus) { .wpcf7-not-valid:not(:focus) {
background-color: $color__red; background-color: $color__red;

View File

@ -404,7 +404,7 @@ select,
optgroup, optgroup,
textarea { textarea {
color: #202020; color: #202020;
font-family: din-regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem; font-size: 1rem;
line-height: 1.3; line-height: 1.3;
} }
@ -423,8 +423,8 @@ textarea {
line-height: 0px; line-height: 0px;
text-decoration: none; text-decoration: none;
border: 0; border: 0;
background-color: transparent;
background: none; background: none;
background-color: transparent;
} }
@media screen { @media screen {
@ -447,7 +447,7 @@ textarea {
h1, h1,
.h1 { .h1 {
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.8rem; font-size: 1.8rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -459,7 +459,7 @@ textarea {
h2, h2,
.h2 { .h2 {
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.5rem; font-size: 1.5rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -471,7 +471,7 @@ textarea {
h3, h3,
.h3 { .h3 {
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.3rem; font-size: 1.3rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -483,7 +483,7 @@ textarea {
h4, h4,
.h4 { .h4 {
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.2rem; font-size: 1.2rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -495,7 +495,7 @@ textarea {
h5, h5,
.h5 { .h5 {
font-family: din-medium, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.1rem; font-size: 1.1rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -507,7 +507,7 @@ textarea {
h6, h6,
.h6 { .h6 {
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.1rem; font-size: 1.1rem;
} }
@ -534,7 +534,7 @@ textarea {
.single h1, .single h1,
.single .h1 { .single .h1 {
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
} }
.home-featured h2, .home-featured h2,
@ -565,7 +565,7 @@ textarea {
h4, h4,
.h4 { .h4 {
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.3rem; font-size: 1.3rem;
} }
@ -605,7 +605,7 @@ textarea {
h4, h4,
.h4 { .h4 {
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.4rem; font-size: 1.4rem;
} }
@ -694,46 +694,28 @@ Your custom style
Add your custom styles in this file so it is easier to update the theme. Add your custom styles in this file so it is easier to update the theme.
*/ */
@font-face { @font-face {
font-family: din-regular; font-family: "Neue Haas Grotesk Pro";
src: url("assets/fonts/DIN-Regular.eot"); src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot);
src: url("assets/fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Regular.woff2") format("woff2"), url("assets/fonts/DIN-Regular.woff") format("woff"), url("assets/fonts/DIN-Regular.ttf") format("truetype"), url("assets/fonts/DIN-Regular.svg#fonts/DIN-Regular") format("svg"); src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);
font-weight: 100; font-weight: 300;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face { @font-face {
font-family: din-medium; font-family: "Neue Haas Grotesk Pro";
src: url("assets/fonts/DIN-Medium.eot"); src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);
src: url("assets/fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Medium.woff2") format("woff2"), url("assets/fonts/DIN-Medium.woff") format("woff"), url("assets/fonts/DIN-Medium.ttf") format("truetype"), url("assets/fonts/DIN-Medium.svg#DIN-Medium") format("svg"); src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);
font-weight: 100; font-weight: 500;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face { @font-face {
font-family: din-bold; font-family: "Neue Haas Grotesk Pro";
src: url("assets/fonts/DIN-Bold.eot"); src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);
src: url("assets/fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Bold.woff2") format("woff2"), url("assets/fonts/DIN-Bold.woff") format("woff"), url("assets/fonts/DIN-Bold.ttf") format("truetype"), url("assets/fonts/DIN-Bold.svg#DIN-Bold") format("svg"); src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);
font-weight: 100; font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: din-light;
src: url("assets/fonts/DIN-Light.eot");
src: url("assets/fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Light.woff2") format("woff2"), url("assets/fonts/DIN-Light.woff") format("woff"), url("assets/fonts/DIN-Light.ttf") format("truetype"), url("assets/fonts/DIN-Light.svg#DIN-Light") format("svg");
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: din-black;
src: url("assets/fonts/DIN-Black.eot");
src: url("assets/fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Black.woff2") format("woff2"), url("assets/fonts/DIN-Black.woff") format("woff"), url("assets/fonts/DIN-Black.ttf") format("truetype"), url("assets/fonts/DIN-Black.svg#DIN-Black") format("svg");
font-weight: 900;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@ -792,7 +774,7 @@ article:not(.type-post) .ofisuport-label li {
padding: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em;
color: #fff; color: #fff;
background-color: #000; background-color: #000;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 0.7rem; font-size: 0.7rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -828,7 +810,7 @@ article:not(.type-post) .item-os_fund_apply_text {
padding: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em;
color: #fff; color: #fff;
background-color: #69ed82; background-color: #69ed82;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 0.7rem; font-size: 0.7rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -843,7 +825,7 @@ article:not(.type-post) .item-os_fund_apply_text {
padding: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em;
color: #fff; color: #fff;
background-color: #000; background-color: #000;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.1rem; font-size: 1.1rem;
text-transform: uppercase; text-transform: uppercase;
} }
@ -970,14 +952,14 @@ input[type="submit"]:focus,
} }
.button-more { .button-more {
line-height: 2.5em; line-height: 2.5;
} }
.button-more::after { .button-more::after {
content: "+"; content: "+";
display: inline-block; display: inline-block;
width: 2rem; width: 2rem;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.5rem; font-size: 1.5rem;
text-align: right; text-align: right;
} }
@ -1027,7 +1009,7 @@ input[type="submit"]:focus,
position: absolute; position: absolute;
bottom: 1em; bottom: 1em;
left: 0.5em; left: 0.5em;
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem; font-size: 1rem;
line-height: 0; line-height: 0;
} }
@ -1337,13 +1319,13 @@ textarea {
.secondary-navigation .current_page_ancestor > a, .secondary-navigation .current_page_ancestor > a,
.secondary-navigation .current-menu-ancestor > a { .secondary-navigation .current-menu-ancestor > a {
font-weight: 700; font-weight: 700;
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
border-left: 1px solid #000; border-left: 1px solid #000;
} }
.main-navigation a[href^="http://localhost"], .main-navigation a[href^="http://localhost"],
.main-navigation a[href^="http://oficinasuport.xarxaprod.cat"], .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"],
.main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] { .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] {
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
border-left: 1px solid #000; border-left: 1px solid #000;
} }
@ -1563,7 +1545,7 @@ textarea {
.main-navigation a[href^="http://localhost"], .main-navigation a[href^="http://localhost"],
.main-navigation a[href^="http://oficinasuport.xarxaprod.cat"], .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"],
.main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] { .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] {
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
border-left: none; border-left: none;
} }
.main-navigation a[href^="http://localhost"]::after, .main-navigation a[href^="http://localhost"]::after,
@ -1810,7 +1792,7 @@ textarea {
padding: 0.6em 1em 0.4em; padding: 0.6em 1em 0.4em;
clear: both; clear: both;
cursor: pointer; cursor: pointer;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 0.9rem; font-size: 0.9rem;
border: 1px solid #000; border: 1px solid #000;
text-transform: uppercase; text-transform: uppercase;
@ -2047,13 +2029,13 @@ textarea {
.black-blocs .wp-block-column h5, .black-blocs .wp-block-column h5,
.black-blocs .wp-block-column h6 { .black-blocs .wp-block-column h6 {
min-height: 4.8rem; min-height: 4.8rem;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 2rem; font-size: 2rem;
line-height: 1.04; line-height: 1.04;
} }
.black-blocs .wp-block-column p { .black-blocs .wp-block-column p {
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 0.9rem; font-size: 0.9rem;
} }
@ -2083,8 +2065,7 @@ textarea {
/* Contact Form 7 /* Contact Form 7
--------------------------------------------- */ --------------------------------------------- */
/* contact forms styles used in wp backend with CF7 /* contact forms styles used in wp backend with CF7 */
*/
.wpcf7-not-valid:not(:focus) { .wpcf7-not-valid:not(:focus) {
background-color: #ff686e; background-color: #ff686e;
} }