99--mkto-embed-color-placeholder : # 757575 ;
1010
1111/* Typography */
12- --mkto-embed-font-family : "WF Visual Sans Text " , sans-serif;
12+ --mkto-embed-font-family : "WF Visual Sans Variable " , sans-serif;
1313
1414/* Light Mode Theme */
1515--mkto-embed-color-text : # 080808 ;
@@ -41,6 +41,7 @@ display: flex;
4141flex-wrap : wrap;
4242gap : 24px ;
4343font-family : var (--mkto-embed-font-family ) !important ;
44+ font-variation-settings : "wght" 400 , "opsz" 20 ;
4445}
4546
4647.mktoFormRow {
@@ -98,7 +99,8 @@ z-index: 1 !important;
9899position : relative;
99100font-size : .9rem !important ;
100101line-height : 1.2em !important ;
101- font-weight : 500 !important ;
102+ font-weight : 550 !important ;
103+ font-variation-settings : "wght" 550 , "opsz" 20 ;
102104letter-spacing : 0em !important ;
103105margin-bottom : .5rem !important ;
104106text-transform : none !important ;
@@ -123,6 +125,7 @@ height: auto;
123125font-size : 1rem !important ;
124126line-height : 1.5em !important ;
125127font-weight : 400 !important ;
128+ font-variation-settings : "wght" 400 , "opsz" 20 ;
126129letter-spacing : 0em !important ;
127130width : 100% !important ;
128131color : var (--mkto-embed-color-text );
@@ -278,7 +281,8 @@ border-radius: 4px;
278281flex : none;
279282padding : 1em 1.5em !important ;
280283font-size : 1rem !important ;
281- font-weight : 600 !important ;
284+ font-weight : 500 !important ;
285+ font-variation-settings : "wght" 500 , "opsz" 20 ;
282286line-height : 1.2 ;
283287text-decoration : none;
284288transition : box-shadow 0.3s cubic-bezier (0.165 , 0.84 , 0.44 , 1 ), background-color 0.3s cubic-bezier (0.165 , 0.84 , 0.44 , 1 );
0 commit comments