@tmorrow/cre8-design-tokens 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +109 -0
- package/dist/favicon.svg +7 -0
- package/dist/index.html +231 -0
- package/dist/index.json +1 -0
- package/dist/leaf.png +0 -0
- package/dist/leafDS.png +0 -0
- package/dist/project.json +1 -0
- package/dist/sb-addons/essentials-actions-1/manager-bundle.js +49 -0
- package/dist/sb-addons/essentials-actions-1/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-backgrounds-2/manager-bundle.js +12 -0
- package/dist/sb-addons/essentials-backgrounds-2/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-controls-0/manager-bundle.js +108 -0
- package/dist/sb-addons/essentials-controls-0/manager-bundle.js.LEGAL.txt +18 -0
- package/dist/sb-addons/essentials-measure-5/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-measure-5/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-outline-6/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-outline-6/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-toolbars-4/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-toolbars-4/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/essentials-viewport-3/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-viewport-3/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/storybook-9/manager-bundle.css +1 -0
- package/dist/sb-addons/storybook-9/manager-bundle.css.LEGAL.txt +0 -0
- package/dist/sb-addons/storybook-9/manager-bundle.js +9 -0
- package/dist/sb-addons/storybook-9/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/storybook-design-token-7/manager-bundle.js +59 -0
- package/dist/sb-addons/storybook-design-token-7/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/storybook-design-token-8/manager-bundle.js +59 -0
- package/dist/sb-addons/storybook-design-token-8/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-common-assets/fonts.css +31 -0
- package/dist/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/dist/sb-manager/WithTooltip-V3YHNWJZ-MXTFSDU5.js +1 -0
- package/dist/sb-manager/chunk-5QAFKPS7.js +7 -0
- package/dist/sb-manager/chunk-7PRFHFSS.js +9 -0
- package/dist/sb-manager/chunk-XE6LDGTE.js +406 -0
- package/dist/sb-manager/chunk-YDUB7CS6.js +348 -0
- package/dist/sb-manager/chunk-ZEU7PDD3.js +1 -0
- package/dist/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +156 -0
- package/dist/sb-manager/globals-module-info.js +1 -0
- package/dist/sb-manager/globals.js +1 -0
- package/dist/sb-manager/index.js +1 -0
- package/dist/sb-manager/runtime.js +1 -0
- package/dist/sb-manager/syntaxhighlighter-MJWPISIS-JOSCT6CQ.js +1 -0
- package/dist/sb-preview/globals.js +1 -0
- package/dist/sb-preview/runtime.js +112 -0
- package/dist/stories.json +1 -0
- package/lib/react-native/brands/blue/tokens-brand.d.ts +542 -0
- package/lib/react-native/brands/blue/tokens-brand.js +885 -0
- package/lib/react-native/brands/blue-v1/tokens-brand.d.ts +516 -0
- package/lib/react-native/brands/blue-v1/tokens-brand.js +859 -0
- package/lib/react-native/brands/cre8/tokens-brand.d.ts +530 -0
- package/lib/react-native/brands/cre8/tokens-brand.js +873 -0
- package/lib/react-native/brands/femmecubator/tokens-brand.d.ts +131 -0
- package/lib/react-native/brands/femmecubator/tokens-brand.js +128 -0
- package/lib/react-native/brands/legacy/tokens-brand.d.ts +540 -0
- package/lib/react-native/brands/legacy/tokens-brand.js +883 -0
- package/lib/react-native/brands/marketing/tokens-brand.d.ts +548 -0
- package/lib/react-native/brands/marketing/tokens-brand.js +891 -0
- package/lib/react-native/brands/minimalist/tokens-brand.d.ts +538 -0
- package/lib/react-native/brands/minimalist/tokens-brand.js +881 -0
- package/lib/react-native/index.d.ts +20 -0
- package/lib/react-native/index.js +1 -0
- package/lib/support/brands/blue/blue-sass-support.scss +632 -0
- package/lib/support/brands/blue-v1/blue-v1-sass-support.scss +540 -0
- package/lib/support/brands/cre8/cre8-sass-support.scss +635 -0
- package/lib/support/brands/femmecubator/femmecubator-sass-support.scss +143 -0
- package/lib/support/brands/legacy/legacy-sass-support.scss +591 -0
- package/lib/support/brands/marketing/marketing-sass-support.scss +633 -0
- package/lib/support/brands/minimalist/minimalist-sass-support.scss +567 -0
- package/lib/web/brands/blue/_base.scss +142 -0
- package/lib/web/brands/blue/assets/fonts/ValueSans-Bold-Pro.woff2 +0 -0
- package/lib/web/brands/blue/assets/fonts/ValueSans-Medium-Pro.woff2 +0 -0
- package/lib/web/brands/blue/assets/fonts/ValueSansRegular-Pro.woff2 +0 -0
- package/lib/web/brands/blue/assets/fonts/ValueSerif-Bold-Pro.woff2 +0 -0
- package/lib/web/brands/blue/badge.scss +5 -0
- package/lib/web/brands/blue/bg.scss +35 -0
- package/lib/web/brands/blue/border-style.scss +5 -0
- package/lib/web/brands/blue/border.scss +21 -0
- package/lib/web/brands/blue/borderRadius.scss +15 -0
- package/lib/web/brands/blue/borderWidth.scss +11 -0
- package/lib/web/brands/blue/breakpoint.scss +9 -0
- package/lib/web/brands/blue/button.scss +225 -0
- package/lib/web/brands/blue/content.scss +29 -0
- package/lib/web/brands/blue/css/fonts.css +31 -0
- package/lib/web/brands/blue/css/tokens_blue.css +248 -0
- package/lib/web/brands/blue/css/tokens_brand.css +492 -0
- package/lib/web/brands/blue/desktop-menu.scss +5 -0
- package/lib/web/brands/blue/fontFamilies.scss +5 -0
- package/lib/web/brands/blue/fontSize.scss +17 -0
- package/lib/web/brands/blue/fontWeights.scss +7 -0
- package/lib/web/brands/blue/footer.scss +9 -0
- package/lib/web/brands/blue/header.scss +81 -0
- package/lib/web/brands/blue/icon-size.scss +6 -0
- package/lib/web/brands/blue/letterSpacing.scss +9 -0
- package/lib/web/brands/blue/lineHeights.scss +15 -0
- package/lib/web/brands/blue/link.scss +4 -0
- package/lib/web/brands/blue/paragraphIndent.scss +4 -0
- package/lib/web/brands/blue/paragraphSpacing.scss +4 -0
- package/lib/web/brands/blue/progress-meter.scss +4 -0
- package/lib/web/brands/blue/shadow.scss +8 -0
- package/lib/web/brands/blue/spacing.scss +21 -0
- package/lib/web/brands/blue/textCase.scss +5 -0
- package/lib/web/brands/blue/textDecoration.scss +5 -0
- package/lib/web/brands/blue/tokens-all-blue.scss +628 -0
- package/lib/web/brands/blue/tokens-brand.scss +31 -0
- package/lib/web/brands/blue-v1/_base.scss +76 -0
- package/lib/web/brands/blue-v1/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/lib/web/brands/blue-v1/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/lib/web/brands/blue-v1/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/lib/web/brands/blue-v1/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/lib/web/brands/blue-v1/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/lib/web/brands/blue-v1/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/lib/web/brands/blue-v1/badge.scss +5 -0
- package/lib/web/brands/blue-v1/bg.scss +34 -0
- package/lib/web/brands/blue-v1/border-style.scss +5 -0
- package/lib/web/brands/blue-v1/border.scss +21 -0
- package/lib/web/brands/blue-v1/borderRadius.scss +15 -0
- package/lib/web/brands/blue-v1/borderWidth.scss +11 -0
- package/lib/web/brands/blue-v1/breakpoint.scss +9 -0
- package/lib/web/brands/blue-v1/button.scss +199 -0
- package/lib/web/brands/blue-v1/content.scss +29 -0
- package/lib/web/brands/blue-v1/css/fonts.css +47 -0
- package/lib/web/brands/blue-v1/css/tokens_blue-v1.css +248 -0
- package/lib/web/brands/blue-v1/css/tokens_brand.css +464 -0
- package/lib/web/brands/blue-v1/desktop-menu.scss +5 -0
- package/lib/web/brands/blue-v1/fontFamilies.scss +5 -0
- package/lib/web/brands/blue-v1/fontSize.scss +17 -0
- package/lib/web/brands/blue-v1/fontWeights.scss +9 -0
- package/lib/web/brands/blue-v1/footer.scss +9 -0
- package/lib/web/brands/blue-v1/header.scss +79 -0
- package/lib/web/brands/blue-v1/icon-size.scss +6 -0
- package/lib/web/brands/blue-v1/letterSpacing.scss +9 -0
- package/lib/web/brands/blue-v1/lineHeights.scss +15 -0
- package/lib/web/brands/blue-v1/link.scss +4 -0
- package/lib/web/brands/blue-v1/paragraphIndent.scss +4 -0
- package/lib/web/brands/blue-v1/paragraphSpacing.scss +4 -0
- package/lib/web/brands/blue-v1/shadow.scss +8 -0
- package/lib/web/brands/blue-v1/spacing.scss +21 -0
- package/lib/web/brands/blue-v1/textCase.scss +5 -0
- package/lib/web/brands/blue-v1/textDecoration.scss +5 -0
- package/lib/web/brands/blue-v1/tokens-all-blue-v1.scss +534 -0
- package/lib/web/brands/blue-v1/tokens-brand.scss +30 -0
- package/lib/web/brands/cre8/_base.scss +157 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Bold.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Bold.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Medium.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Medium.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Regular.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-Regular.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-SemiBold.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/Inter-SemiBold.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Bold.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Bold.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Medium.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Medium.woff2 +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Regular.woff +0 -0
- package/lib/web/brands/cre8/assets/fonts/NB Akademie-Regular.woff2 +0 -0
- package/lib/web/brands/cre8/badge.scss +5 -0
- package/lib/web/brands/cre8/bg.scss +34 -0
- package/lib/web/brands/cre8/border-style.scss +5 -0
- package/lib/web/brands/cre8/border.scss +18 -0
- package/lib/web/brands/cre8/borderRadius.scss +15 -0
- package/lib/web/brands/cre8/borderWidth.scss +11 -0
- package/lib/web/brands/cre8/breakpoint.scss +9 -0
- package/lib/web/brands/cre8/button.scss +211 -0
- package/lib/web/brands/cre8/content.scss +29 -0
- package/lib/web/brands/cre8/css/fonts.css +35 -0
- package/lib/web/brands/cre8/css/tokens_brand.css +480 -0
- package/lib/web/brands/cre8/css/tokens_cre8.css +248 -0
- package/lib/web/brands/cre8/desktop-menu.scss +5 -0
- package/lib/web/brands/cre8/fontFamilies.scss +4 -0
- package/lib/web/brands/cre8/fontSize.scss +17 -0
- package/lib/web/brands/cre8/fontWeights.scss +7 -0
- package/lib/web/brands/cre8/footer.scss +8 -0
- package/lib/web/brands/cre8/header.scss +81 -0
- package/lib/web/brands/cre8/icon-size.scss +6 -0
- package/lib/web/brands/cre8/letterSpacing.scss +10 -0
- package/lib/web/brands/cre8/lineHeights.scss +22 -0
- package/lib/web/brands/cre8/link.scss +4 -0
- package/lib/web/brands/cre8/paragraphIndent.scss +4 -0
- package/lib/web/brands/cre8/paragraphSpacing.scss +4 -0
- package/lib/web/brands/cre8/progress-meter.scss +4 -0
- package/lib/web/brands/cre8/shadow.scss +8 -0
- package/lib/web/brands/cre8/spacing.scss +21 -0
- package/lib/web/brands/cre8/textCase.scss +5 -0
- package/lib/web/brands/cre8/textDecoration.scss +5 -0
- package/lib/web/brands/cre8/tokens-all-cre8.scss +631 -0
- package/lib/web/brands/cre8/tokens-brand.scss +31 -0
- package/lib/web/brands/femmecubator/base.scss +64 -0
- package/lib/web/brands/femmecubator/border.scss +15 -0
- package/lib/web/brands/femmecubator/color.scss +56 -0
- package/lib/web/brands/femmecubator/css/fonts.css +35 -0
- package/lib/web/brands/femmecubator/css/tokens_brand.css +142 -0
- package/lib/web/brands/femmecubator/spacing.scss +13 -0
- package/lib/web/brands/femmecubator/tokens-all-femmecubator.scss +139 -0
- package/lib/web/brands/femmecubator/tokens-brand.scss +8 -0
- package/lib/web/brands/legacy/_base.scss +103 -0
- package/lib/web/brands/legacy/assets/fonts/OFL.txt +93 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-300.woff +0 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-300.woff2 +0 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-500.woff +0 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-500.woff2 +0 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-regular.woff +0 -0
- package/lib/web/brands/legacy/assets/fonts/rubik-v4-latin-regular.woff2 +0 -0
- package/lib/web/brands/legacy/badge.scss +5 -0
- package/lib/web/brands/legacy/bg.scss +34 -0
- package/lib/web/brands/legacy/border-style.scss +5 -0
- package/lib/web/brands/legacy/border.scss +17 -0
- package/lib/web/brands/legacy/borderRadius.scss +15 -0
- package/lib/web/brands/legacy/borderWidth.scss +11 -0
- package/lib/web/brands/legacy/breakpoint.scss +9 -0
- package/lib/web/brands/legacy/button.scss +225 -0
- package/lib/web/brands/legacy/content.scss +29 -0
- package/lib/web/brands/legacy/css/fonts.css +26 -0
- package/lib/web/brands/legacy/css/tokens_brand.css +491 -0
- package/lib/web/brands/legacy/css/tokens_legacy.css +248 -0
- package/lib/web/brands/legacy/desktop-menu.scss +5 -0
- package/lib/web/brands/legacy/fontFamilies.scss +4 -0
- package/lib/web/brands/legacy/fontSize.scss +17 -0
- package/lib/web/brands/legacy/fontWeights.scss +10 -0
- package/lib/web/brands/legacy/footer.scss +9 -0
- package/lib/web/brands/legacy/header.scss +81 -0
- package/lib/web/brands/legacy/icon-size.scss +6 -0
- package/lib/web/brands/legacy/letterSpacing.scss +9 -0
- package/lib/web/brands/legacy/lineHeights.scss +19 -0
- package/lib/web/brands/legacy/paragraphIndent.scss +4 -0
- package/lib/web/brands/legacy/paragraphSpacing.scss +4 -0
- package/lib/web/brands/legacy/progress-meter.scss +4 -0
- package/lib/web/brands/legacy/shadow.scss +8 -0
- package/lib/web/brands/legacy/spacing.scss +20 -0
- package/lib/web/brands/legacy/textCase.scss +5 -0
- package/lib/web/brands/legacy/textDecoration.scss +5 -0
- package/lib/web/brands/legacy/tokens-all-legacy.scss +588 -0
- package/lib/web/brands/legacy/tokens-brand.scss +30 -0
- package/lib/web/brands/marketing/_base.scss +137 -0
- package/lib/web/brands/marketing/asset.scss +7 -0
- package/lib/web/brands/marketing/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/lib/web/brands/marketing/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/lib/web/brands/marketing/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/lib/web/brands/marketing/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/lib/web/brands/marketing/badge.scss +5 -0
- package/lib/web/brands/marketing/bg.scss +35 -0
- package/lib/web/brands/marketing/border-style.scss +5 -0
- package/lib/web/brands/marketing/border.scss +21 -0
- package/lib/web/brands/marketing/borderRadius.scss +15 -0
- package/lib/web/brands/marketing/borderWidth.scss +11 -0
- package/lib/web/brands/marketing/breakpoint.scss +9 -0
- package/lib/web/brands/marketing/button.scss +225 -0
- package/lib/web/brands/marketing/content.scss +29 -0
- package/lib/web/brands/marketing/css/fonts.css +31 -0
- package/lib/web/brands/marketing/css/tokens_brand.css +502 -0
- package/lib/web/brands/marketing/css/tokens_marketing.css +248 -0
- package/lib/web/brands/marketing/desktop-menu.scss +5 -0
- package/lib/web/brands/marketing/fontFamilies.scss +4 -0
- package/lib/web/brands/marketing/fontSize.scss +17 -0
- package/lib/web/brands/marketing/fontWeights.scss +7 -0
- package/lib/web/brands/marketing/footer.scss +9 -0
- package/lib/web/brands/marketing/header.scss +81 -0
- package/lib/web/brands/marketing/icon-size.scss +6 -0
- package/lib/web/brands/marketing/letterSpacing.scss +9 -0
- package/lib/web/brands/marketing/lineHeights.scss +22 -0
- package/lib/web/brands/marketing/link.scss +4 -0
- package/lib/web/brands/marketing/paragraphIndent.scss +4 -0
- package/lib/web/brands/marketing/paragraphSpacing.scss +4 -0
- package/lib/web/brands/marketing/progress-meter.scss +4 -0
- package/lib/web/brands/marketing/shadow.scss +8 -0
- package/lib/web/brands/marketing/spacing.scss +21 -0
- package/lib/web/brands/marketing/textCase.scss +5 -0
- package/lib/web/brands/marketing/textDecoration.scss +5 -0
- package/lib/web/brands/marketing/tokens-all-marketing.scss +633 -0
- package/lib/web/brands/marketing/tokens-brand.scss +32 -0
- package/lib/web/brands/minimalist/_base.scss +81 -0
- package/lib/web/brands/minimalist/asset.scss +6 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Bold.woff +0 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Bold.woff2 +0 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Light.woff +0 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Light.woff2 +0 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Regular.woff +0 -0
- package/lib/web/brands/minimalist/assets/fonts/Aeonik-Regular.woff2 +0 -0
- package/lib/web/brands/minimalist/badge.scss +5 -0
- package/lib/web/brands/minimalist/bg.scss +34 -0
- package/lib/web/brands/minimalist/border-style.scss +5 -0
- package/lib/web/brands/minimalist/border.scss +17 -0
- package/lib/web/brands/minimalist/borderRadius.scss +15 -0
- package/lib/web/brands/minimalist/borderWidth.scss +11 -0
- package/lib/web/brands/minimalist/breakpoint.scss +9 -0
- package/lib/web/brands/minimalist/button.scss +225 -0
- package/lib/web/brands/minimalist/content.scss +29 -0
- package/lib/web/brands/minimalist/css/fonts.css +26 -0
- package/lib/web/brands/minimalist/css/tokens_brand.css +492 -0
- package/lib/web/brands/minimalist/css/tokens_minimalist.css +248 -0
- package/lib/web/brands/minimalist/desktop-menu.scss +5 -0
- package/lib/web/brands/minimalist/fontFamilies.scss +4 -0
- package/lib/web/brands/minimalist/fontFamily.scss +4 -0
- package/lib/web/brands/minimalist/fontSize.scss +17 -0
- package/lib/web/brands/minimalist/fontWeights.scss +6 -0
- package/lib/web/brands/minimalist/footer.scss +9 -0
- package/lib/web/brands/minimalist/header.scss +81 -0
- package/lib/web/brands/minimalist/icon-size.scss +6 -0
- package/lib/web/brands/minimalist/letterSpacing.scss +9 -0
- package/lib/web/brands/minimalist/lineHeights.scss +20 -0
- package/lib/web/brands/minimalist/paragraphIndent.scss +4 -0
- package/lib/web/brands/minimalist/paragraphSpacing.scss +4 -0
- package/lib/web/brands/minimalist/progress-meter.scss +4 -0
- package/lib/web/brands/minimalist/shadow.scss +8 -0
- package/lib/web/brands/minimalist/spacing.scss +20 -0
- package/lib/web/brands/minimalist/textCase.scss +5 -0
- package/lib/web/brands/minimalist/textDecoration.scss +5 -0
- package/lib/web/brands/minimalist/tokens-all-minimalist.scss +567 -0
- package/lib/web/brands/minimalist/tokens-brand.scss +32 -0
- package/lib/web/cobrands/cobrand.css +98 -0
- package/lib/web/cobrands/cobrand_pbm.css +84 -0
- package/lib/web/cobrands/ers.css +123 -0
- package/lib/web/cobrands/trs.css +128 -0
- package/lib/web/layouts/breakpoints.scss +9 -0
- package/lib/web/mixins/typography-usage.scss +452 -0
- package/package.json +36 -0
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
@import './tokens_brand.css';
|
|
2
|
+
@import './fonts.css';
|
|
3
|
+
:root{--cre8-typography-display-large-font-family: var(--cre-8-font-families-montserrat);
|
|
4
|
+
--cre8-typography-display-large-font-size: var(--cre-8-font-size-13);
|
|
5
|
+
--cre8-typography-display-large-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
6
|
+
--cre8-typography-display-large-line-height: var(--cre-8-line-heights-0);
|
|
7
|
+
--cre8-typography-display-large-text-decoration: var(--cre-8-text-decoration-none);
|
|
8
|
+
--cre8-typography-display-large-text-transform: var(--cre-8-text-case-none);
|
|
9
|
+
--cre8-typography-display-large-mobile-font-family: var(--cre-8-font-families-montserrat);
|
|
10
|
+
--cre8-typography-display-large-mobile-font-size: var(--cre-8-font-size-12);
|
|
11
|
+
--cre8-typography-display-large-mobile-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
12
|
+
--cre8-typography-display-large-mobile-line-height: var(--cre-8-line-heights-0);
|
|
13
|
+
--cre8-typography-display-large-mobile-text-decoration: var(--cre-8-text-decoration-none);
|
|
14
|
+
--cre8-typography-display-large-mobile-text-transform: var(--cre-8-text-case-none);
|
|
15
|
+
--cre8-typography-display-default-font-family: var(--cre-8-font-families-montserrat);
|
|
16
|
+
--cre8-typography-display-default-font-size: var(--cre-8-font-size-11);
|
|
17
|
+
--cre8-typography-display-default-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
18
|
+
--cre8-typography-display-default-line-height: var(--cre-8-line-heights-0);
|
|
19
|
+
--cre8-typography-display-default-text-decoration: var(--cre-8-text-decoration-none);
|
|
20
|
+
--cre8-typography-display-default-text-transform: var(--cre-8-text-case-none);
|
|
21
|
+
--cre8-typography-display-default-mobile-font-family: var(--cre-8-font-families-montserrat);
|
|
22
|
+
--cre8-typography-display-default-mobile-font-size: var(--cre-8-font-size-10);
|
|
23
|
+
--cre8-typography-display-default-mobile-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
24
|
+
--cre8-typography-display-default-mobile-line-height: var(--cre-8-line-heights-4);
|
|
25
|
+
--cre8-typography-display-default-mobile-text-decoration: var(--cre-8-text-decoration-none);
|
|
26
|
+
--cre8-typography-display-default-mobile-text-transform: var(--cre-8-text-case-none);
|
|
27
|
+
--cre8-typography-display-small-font-family: var(--cre-8-font-families-montserrat);
|
|
28
|
+
--cre8-typography-display-small-font-size: var(--cre-8-font-size-9);
|
|
29
|
+
--cre8-typography-display-small-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
30
|
+
--cre8-typography-display-small-line-height: var(--cre-8-line-heights-1);
|
|
31
|
+
--cre8-typography-display-small-text-decoration: var(--cre-8-text-decoration-none);
|
|
32
|
+
--cre8-typography-display-small-text-transform: var(--cre-8-text-case-none);
|
|
33
|
+
--cre8-typography-display-small-mobile-font-family: var(--cre-8-font-families-montserrat);
|
|
34
|
+
--cre8-typography-display-small-mobile-font-size: var(--cre-8-font-size-8);
|
|
35
|
+
--cre8-typography-display-small-mobile-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
36
|
+
--cre8-typography-display-small-mobile-line-height: var(--cre-8-line-heights-2);
|
|
37
|
+
--cre8-typography-display-small-mobile-text-decoration: var(--cre-8-text-decoration-none);
|
|
38
|
+
--cre8-typography-display-small-mobile-text-transform: var(--cre-8-text-case-none);
|
|
39
|
+
--cre8-typography-headline-large-font-family: var(--cre-8-font-families-montserrat);
|
|
40
|
+
--cre8-typography-headline-large-font-size: var(--cre-8-font-size-9);
|
|
41
|
+
--cre8-typography-headline-large-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
42
|
+
--cre8-typography-headline-large-line-height: var(--cre-8-line-heights-1);
|
|
43
|
+
--cre8-typography-headline-large-text-decoration: var(--cre-8-text-decoration-none);
|
|
44
|
+
--cre8-typography-headline-large-text-transform: var(--cre-8-text-case-none);
|
|
45
|
+
--cre8-typography-headline-large-mobile-font-family: var(--cre-8-font-families-montserrat);
|
|
46
|
+
--cre8-typography-headline-large-mobile-font-size: var(--cre-8-font-size-7);
|
|
47
|
+
--cre8-typography-headline-large-mobile-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
48
|
+
--cre8-typography-headline-large-mobile-line-height: var(--cre-8-line-heights-2);
|
|
49
|
+
--cre8-typography-headline-large-mobile-text-decoration: var(--cre-8-text-decoration-none);
|
|
50
|
+
--cre8-typography-headline-large-mobile-text-transform: var(--cre-8-text-case-none);
|
|
51
|
+
--cre8-typography-headline-default-font-family: var(--cre-8-font-families-montserrat);
|
|
52
|
+
--cre8-typography-headline-default-font-size: var(--cre-8-font-size-8);
|
|
53
|
+
--cre8-typography-headline-default-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
54
|
+
--cre8-typography-headline-default-line-height: var(--cre-8-line-heights-2);
|
|
55
|
+
--cre8-typography-headline-default-text-decoration: var(--cre-8-text-decoration-none);
|
|
56
|
+
--cre8-typography-headline-default-text-transform: var(--cre-8-text-case-none);
|
|
57
|
+
--cre8-typography-headline-default-mobile-font-family: var(--cre-8-font-families-montserrat);
|
|
58
|
+
--cre8-typography-headline-default-mobile-font-size: var(--cre-8-font-size-7);
|
|
59
|
+
--cre8-typography-headline-default-mobile-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
60
|
+
--cre8-typography-headline-default-mobile-line-height: var(--cre-8-line-heights-3);
|
|
61
|
+
--cre8-typography-headline-default-mobile-text-decoration: var(--cre-8-text-decoration-none);
|
|
62
|
+
--cre8-typography-headline-default-mobile-text-transform: var(--cre-8-text-case-none);
|
|
63
|
+
--cre8-typography-headline-small-font-family: var(--cre-8-font-families-montserrat);
|
|
64
|
+
--cre8-typography-headline-small-font-size: var(--cre-8-font-size-7);
|
|
65
|
+
--cre8-typography-headline-small-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
66
|
+
--cre8-typography-headline-small-line-height: var(--cre-8-line-heights-3);
|
|
67
|
+
--cre8-typography-headline-small-text-decoration: var(--cre-8-text-decoration-none);
|
|
68
|
+
--cre8-typography-headline-small-text-transform: var(--cre-8-text-case-none);
|
|
69
|
+
--cre8-typography-headline-small-mobile-font-family: var(--cre-8-font-families-montserrat);
|
|
70
|
+
--cre8-typography-headline-small-mobile-font-size: var(--cre-8-font-size-6);
|
|
71
|
+
--cre8-typography-headline-small-mobile-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
72
|
+
--cre8-typography-headline-small-mobile-line-height: var(--cre-8-line-heights-4);
|
|
73
|
+
--cre8-typography-headline-small-mobile-text-decoration: var(--cre-8-text-decoration-none);
|
|
74
|
+
--cre8-typography-headline-small-mobile-text-transform: var(--cre-8-text-case-none);
|
|
75
|
+
--cre8-typography-headline-xsmall-font-family: var(--cre-8-font-families-montserrat);
|
|
76
|
+
--cre8-typography-headline-xsmall-font-size: var(--cre-8-font-size-5);
|
|
77
|
+
--cre8-typography-headline-xsmall-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
78
|
+
--cre8-typography-headline-xsmall-line-height: var(--cre-8-line-heights-3);
|
|
79
|
+
--cre8-typography-headline-xsmall-text-decoration: var(--cre-8-text-decoration-none);
|
|
80
|
+
--cre8-typography-headline-xsmall-text-transform: var(--cre-8-text-case-none);
|
|
81
|
+
--cre8-typography-headline-xsmall-mobile-font-family: var(--cre-8-font-families-montserrat);
|
|
82
|
+
--cre8-typography-headline-xsmall-mobile-font-size: var(--cre-8-font-size-5);
|
|
83
|
+
--cre8-typography-headline-xsmall-mobile-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
84
|
+
--cre8-typography-headline-xsmall-mobile-line-height: var(--cre-8-line-heights-3);
|
|
85
|
+
--cre8-typography-headline-xsmall-mobile-text-decoration: var(--cre-8-text-decoration-none);
|
|
86
|
+
--cre8-typography-headline-xsmall-mobile-text-transform: var(--cre-8-text-case-none);
|
|
87
|
+
--cre8-typography-title-xlarge-font-family: var(--cre-8-font-families-montserrat);
|
|
88
|
+
--cre8-typography-title-xlarge-font-size: var(--cre-8-font-size-7);
|
|
89
|
+
--cre8-typography-title-xlarge-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
90
|
+
--cre8-typography-title-xlarge-line-height: var(--cre-8-line-heights-3);
|
|
91
|
+
--cre8-typography-title-xlarge-text-decoration: var(--cre-8-text-decoration-none);
|
|
92
|
+
--cre8-typography-title-xlarge-text-transform: var(--cre-8-text-case-none);
|
|
93
|
+
--cre8-typography-title-xlarge-mobile-font-family: var(--cre-8-font-families-montserrat);
|
|
94
|
+
--cre8-typography-title-xlarge-mobile-font-size: var(--cre-8-font-size-6);
|
|
95
|
+
--cre8-typography-title-xlarge-mobile-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
96
|
+
--cre8-typography-title-xlarge-mobile-line-height: var(--cre-8-line-heights-4);
|
|
97
|
+
--cre8-typography-title-xlarge-mobile-text-decoration: var(--cre-8-text-decoration-none);
|
|
98
|
+
--cre8-typography-title-xlarge-mobile-text-transform: var(--cre-8-text-case-none);
|
|
99
|
+
--cre8-typography-title-large-font-family: var(--cre-8-font-families-montserrat);
|
|
100
|
+
--cre8-typography-title-large-font-size: var(--cre-8-font-size-6);
|
|
101
|
+
--cre8-typography-title-large-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
102
|
+
--cre8-typography-title-large-line-height: var(--cre-8-line-heights-4);
|
|
103
|
+
--cre8-typography-title-large-text-decoration: var(--cre-8-text-decoration-none);
|
|
104
|
+
--cre8-typography-title-large-text-transform: var(--cre-8-text-case-none);
|
|
105
|
+
--cre8-typography-title-large-mobile-font-family: var(--cre-8-font-families-montserrat);
|
|
106
|
+
--cre8-typography-title-large-mobile-font-size: var(--cre-8-font-size-5);
|
|
107
|
+
--cre8-typography-title-large-mobile-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
108
|
+
--cre8-typography-title-large-mobile-line-height: var(--cre-8-line-heights-1);
|
|
109
|
+
--cre8-typography-title-large-mobile-text-decoration: var(--cre-8-text-decoration-none);
|
|
110
|
+
--cre8-typography-title-large-mobile-text-transform: var(--cre-8-text-case-none);
|
|
111
|
+
--cre8-typography-title-default-font-family: var(--cre-8-font-families-montserrat);
|
|
112
|
+
--cre8-typography-title-default-font-size: var(--cre-8-font-size-5);
|
|
113
|
+
--cre8-typography-title-default-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
114
|
+
--cre8-typography-title-default-line-height: var(--cre-8-line-heights-1);
|
|
115
|
+
--cre8-typography-title-default-text-decoration: var(--cre-8-text-decoration-none);
|
|
116
|
+
--cre8-typography-title-default-text-transform: var(--cre-8-text-case-none);
|
|
117
|
+
--cre8-typography-title-default-mobile-font-family: var(--cre-8-font-families-montserrat);
|
|
118
|
+
--cre8-typography-title-default-mobile-font-size: var(--cre-8-font-size-3);
|
|
119
|
+
--cre8-typography-title-default-mobile-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
120
|
+
--cre8-typography-title-default-mobile-line-height: var(--cre-8-line-heights-1);
|
|
121
|
+
--cre8-typography-title-default-mobile-text-decoration: var(--cre-8-text-decoration-none);
|
|
122
|
+
--cre8-typography-title-default-mobile-text-transform: var(--cre-8-text-case-none);
|
|
123
|
+
--cre8-typography-title-small-font-family: var(--cre-8-font-families-montserrat);
|
|
124
|
+
--cre8-typography-title-small-font-size: var(--cre-8-font-size-2);
|
|
125
|
+
--cre8-typography-title-small-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
126
|
+
--cre8-typography-title-small-line-height: var(--cre-8-line-heights-5);
|
|
127
|
+
--cre8-typography-title-small-text-decoration: var(--cre-8-text-decoration-none);
|
|
128
|
+
--cre8-typography-title-small-text-transform: var(--cre-8-text-case-none);
|
|
129
|
+
--cre8-typography-title-small-mobile-font-family: var(--cre-8-font-families-montserrat);
|
|
130
|
+
--cre8-typography-title-small-mobile-font-size: var(--cre-8-font-size-2);
|
|
131
|
+
--cre8-typography-title-small-mobile-font-weight: var(--cre-8-font-weights-montserrat-2);
|
|
132
|
+
--cre8-typography-title-small-mobile-line-height: var(--cre-8-line-heights-5);
|
|
133
|
+
--cre8-typography-title-small-mobile-text-decoration: var(--cre-8-text-decoration-none);
|
|
134
|
+
--cre8-typography-title-small-mobile-text-transform: var(--cre-8-text-case-none);
|
|
135
|
+
--cre8-typography-label-large-font-family: var(--cre-8-font-families-open-sans);
|
|
136
|
+
--cre8-typography-label-large-font-size: var(--cre-8-font-size-3);
|
|
137
|
+
--cre8-typography-label-large-font-weight: var(--cre-8-font-weights-open-sans-1);
|
|
138
|
+
--cre8-typography-label-large-line-height: var(--cre-8-line-heights-5);
|
|
139
|
+
--cre8-typography-label-large-text-decoration: var(--cre-8-text-decoration-none);
|
|
140
|
+
--cre8-typography-label-large-text-transform: var(--cre-8-text-case-none);
|
|
141
|
+
--cre8-typography-label-default-font-family: var(--cre-8-font-families-open-sans);
|
|
142
|
+
--cre8-typography-label-default-font-size: var(--cre-8-font-size-2);
|
|
143
|
+
--cre8-typography-label-default-font-weight: var(--cre-8-font-weights-open-sans-1);
|
|
144
|
+
--cre8-typography-label-default-line-height: var(--cre-8-line-heights-5);
|
|
145
|
+
--cre8-typography-label-default-text-decoration: var(--cre-8-text-decoration-none);
|
|
146
|
+
--cre8-typography-label-default-text-transform: var(--cre-8-text-case-none);
|
|
147
|
+
--cre8-typography-label-small-font-family: var(--cre-8-font-families-open-sans);
|
|
148
|
+
--cre8-typography-label-small-font-size: var(--cre-8-font-size-1);
|
|
149
|
+
--cre8-typography-label-small-font-weight: var(--cre-8-font-weights-open-sans-1);
|
|
150
|
+
--cre8-typography-label-small-line-height: var(--cre-8-line-heights-6);
|
|
151
|
+
--cre8-typography-label-small-text-decoration: var(--cre-8-text-decoration-none);
|
|
152
|
+
--cre8-typography-label-small-text-transform: var(--cre-8-text-case-none);
|
|
153
|
+
--cre8-typography-body-xlarge-font-family: var(--cre-8-font-families-open-sans);
|
|
154
|
+
--cre8-typography-body-xlarge-font-size: var(--cre-8-font-size-5);
|
|
155
|
+
--cre8-typography-body-xlarge-font-weight: var(--cre-8-font-weights-open-sans-0);
|
|
156
|
+
--cre8-typography-body-xlarge-line-height: var(--cre-8-line-heights-7);
|
|
157
|
+
--cre8-typography-body-xlarge-text-decoration: var(--cre-8-text-decoration-none);
|
|
158
|
+
--cre8-typography-body-xlarge-text-transform: var(--cre-8-text-case-none);
|
|
159
|
+
--cre8-typography-body-xlarge-strong-font-family: var(--cre-8-font-families-open-sans);
|
|
160
|
+
--cre8-typography-body-xlarge-strong-font-size: var(--cre-8-font-size-5);
|
|
161
|
+
--cre8-typography-body-xlarge-strong-font-weight: var(--cre-8-font-weights-open-sans-1);
|
|
162
|
+
--cre8-typography-body-xlarge-strong-line-height: var(--cre-8-line-heights-7);
|
|
163
|
+
--cre8-typography-body-xlarge-strong-text-decoration: var(--cre-8-text-decoration-none);
|
|
164
|
+
--cre8-typography-body-xlarge-strong-text-transform: var(--cre-8-text-case-none);
|
|
165
|
+
--cre8-typography-body-xlarge-link-font-family: var(--cre-8-font-families-open-sans);
|
|
166
|
+
--cre8-typography-body-xlarge-link-font-size: var(--cre-8-font-size-5);
|
|
167
|
+
--cre8-typography-body-xlarge-link-font-weight: var(--cre-8-font-weights-open-sans-1);
|
|
168
|
+
--cre8-typography-body-xlarge-link-line-height: var(--cre-8-line-heights-7);
|
|
169
|
+
--cre8-typography-body-xlarge-link-text-decoration: var(--cre-8-text-decoration-underline);
|
|
170
|
+
--cre8-typography-body-xlarge-link-text-transform: var(--cre-8-text-case-none);
|
|
171
|
+
--cre8-typography-body-large-font-family: var(--cre-8-font-families-open-sans);
|
|
172
|
+
--cre8-typography-body-large-font-size: var(--cre-8-font-size-3);
|
|
173
|
+
--cre8-typography-body-large-font-weight: var(--cre-8-font-weights-open-sans-0);
|
|
174
|
+
--cre8-typography-body-large-line-height: var(--cre-8-line-heights-7);
|
|
175
|
+
--cre8-typography-body-large-text-decoration: var(--cre-8-text-decoration-none);
|
|
176
|
+
--cre8-typography-body-large-text-transform: var(--cre-8-text-case-none);
|
|
177
|
+
--cre8-typography-body-large-strong-font-family: var(--cre-8-font-families-open-sans);
|
|
178
|
+
--cre8-typography-body-large-strong-font-size: var(--cre-8-font-size-3);
|
|
179
|
+
--cre8-typography-body-large-strong-font-weight: var(--cre-8-font-weights-open-sans-1);
|
|
180
|
+
--cre8-typography-body-large-strong-line-height: var(--cre-8-line-heights-7);
|
|
181
|
+
--cre8-typography-body-large-strong-text-decoration: var(--cre-8-text-decoration-none);
|
|
182
|
+
--cre8-typography-body-large-strong-text-transform: var(--cre-8-text-case-none);
|
|
183
|
+
--cre8-typography-body-default-font-family: var(--cre-8-font-families-open-sans);
|
|
184
|
+
--cre8-typography-body-default-font-size: var(--cre-8-font-size-2);
|
|
185
|
+
--cre8-typography-body-default-font-weight: var(--cre-8-font-weights-open-sans-0);
|
|
186
|
+
--cre8-typography-body-default-line-height: var(--cre-8-line-heights-5);
|
|
187
|
+
--cre8-typography-body-default-text-decoration: var(--cre-8-text-decoration-none);
|
|
188
|
+
--cre8-typography-body-default-text-transform: var(--cre-8-text-case-none);
|
|
189
|
+
--cre8-typography-body-default-strong-font-family: var(--cre-8-font-families-open-sans);
|
|
190
|
+
--cre8-typography-body-default-strong-font-size: var(--cre-8-font-size-2);
|
|
191
|
+
--cre8-typography-body-default-strong-font-weight: var(--cre-8-font-weights-open-sans-1);
|
|
192
|
+
--cre8-typography-body-default-strong-line-height: var(--cre-8-line-heights-5);
|
|
193
|
+
--cre8-typography-body-default-strong-text-decoration: var(--cre-8-text-decoration-none);
|
|
194
|
+
--cre8-typography-body-default-strong-text-transform: var(--cre-8-text-case-none);
|
|
195
|
+
--cre8-typography-body-small-font-family: var(--cre-8-font-families-open-sans);
|
|
196
|
+
--cre8-typography-body-small-font-size: var(--cre-8-font-size-1);
|
|
197
|
+
--cre8-typography-body-small-font-weight: var(--cre-8-font-weights-open-sans-0);
|
|
198
|
+
--cre8-typography-body-small-line-height: var(--cre-8-line-heights-6);
|
|
199
|
+
--cre8-typography-body-small-text-decoration: var(--cre-8-text-decoration-none);
|
|
200
|
+
--cre8-typography-body-small-text-transform: var(--cre-8-text-case-none);
|
|
201
|
+
--cre8-typography-body-small-strong-font-family: var(--cre-8-font-families-open-sans);
|
|
202
|
+
--cre8-typography-body-small-strong-font-size: var(--cre-8-font-size-1);
|
|
203
|
+
--cre8-typography-body-small-strong-font-weight: var(--cre-8-font-weights-open-sans-1);
|
|
204
|
+
--cre8-typography-body-small-strong-line-height: var(--cre-8-line-heights-6);
|
|
205
|
+
--cre8-typography-body-small-strong-text-decoration: var(--cre-8-text-decoration-none);
|
|
206
|
+
--cre8-typography-body-small-strong-text-transform: var(--cre-8-text-case-none);
|
|
207
|
+
--cre8-typography-body-large-link-font-family: var(--cre-8-font-families-open-sans);
|
|
208
|
+
--cre8-typography-body-large-link-font-size: var(--cre-8-font-size-3);
|
|
209
|
+
--cre8-typography-body-large-link-font-weight: var(--cre-8-font-weights-open-sans-1);
|
|
210
|
+
--cre8-typography-body-large-link-line-height: var(--cre-8-line-heights-7);
|
|
211
|
+
--cre8-typography-body-large-link-text-decoration: var(--cre-8-text-decoration-underline);
|
|
212
|
+
--cre8-typography-body-large-link-text-transform: var(--cre-8-text-case-none);
|
|
213
|
+
--cre8-typography-body-default-link-font-family: var(--cre-8-font-families-open-sans);
|
|
214
|
+
--cre8-typography-body-default-link-font-size: var(--cre-8-font-size-2);
|
|
215
|
+
--cre8-typography-body-default-link-font-weight: var(--cre-8-font-weights-open-sans-1);
|
|
216
|
+
--cre8-typography-body-default-link-line-height: var(--cre-8-line-heights-5);
|
|
217
|
+
--cre8-typography-body-default-link-text-decoration: var(--cre-8-text-decoration-underline);
|
|
218
|
+
--cre8-typography-body-default-link-text-transform: var(--cre-8-text-case-none);
|
|
219
|
+
--cre8-typography-body-small-link-font-family: var(--cre-8-font-families-open-sans);
|
|
220
|
+
--cre8-typography-body-small-link-font-size: var(--cre-8-font-size-1);
|
|
221
|
+
--cre8-typography-body-small-link-font-weight: var(--cre-8-font-weights-open-sans-1);
|
|
222
|
+
--cre8-typography-body-small-link-line-height: var(--cre-8-line-heights-6);
|
|
223
|
+
--cre8-typography-body-small-link-text-decoration: var(--cre-8-text-decoration-underline);
|
|
224
|
+
--cre8-typography-body-small-link-text-transform: var(--cre-8-text-case-none);
|
|
225
|
+
--cre8-typography-meta-large-font-family: var(--cre-8-font-families-open-sans);
|
|
226
|
+
--cre8-typography-meta-large-font-size: var(--cre-8-font-size-4);
|
|
227
|
+
--cre8-typography-meta-large-font-weight: var(--cre-8-font-weights-open-sans-0);
|
|
228
|
+
--cre8-typography-meta-large-line-height: var(--cre-8-line-heights-6);
|
|
229
|
+
--cre8-typography-meta-large-text-decoration: var(--cre-8-text-decoration-none);
|
|
230
|
+
--cre8-typography-meta-large-text-transform: var(--cre-8-text-case-uppercase);
|
|
231
|
+
--cre8-typography-meta-default-font-family: var(--cre-8-font-families-open-sans);
|
|
232
|
+
--cre8-typography-meta-default-font-size: var(--cre-8-font-size-2);
|
|
233
|
+
--cre8-typography-meta-default-font-weight: var(--cre-8-font-weights-open-sans-0);
|
|
234
|
+
--cre8-typography-meta-default-line-height: var(--cre-8-line-heights-5);
|
|
235
|
+
--cre8-typography-meta-default-text-decoration: var(--cre-8-text-decoration-none);
|
|
236
|
+
--cre8-typography-meta-default-text-transform: var(--cre-8-text-case-uppercase);
|
|
237
|
+
--cre8-typography-meta-default-sentence-case-font-family: var(--cre-8-font-families-open-sans);
|
|
238
|
+
--cre8-typography-meta-default-sentence-case-font-size: var(--cre-8-font-size-1);
|
|
239
|
+
--cre8-typography-meta-default-sentence-case-font-weight: var(--cre-8-font-weights-open-sans-0);
|
|
240
|
+
--cre8-typography-meta-default-sentence-case-line-height: var(--cre-8-line-heights-6);
|
|
241
|
+
--cre8-typography-meta-default-sentence-case-text-decoration: var(--cre-8-text-decoration-none);
|
|
242
|
+
--cre8-typography-meta-default-sentence-case-text-transform: var(--cre-8-text-case-none);
|
|
243
|
+
--cre8-typography-meta-small-font-family: var(--cre-8-font-families-open-sans);
|
|
244
|
+
--cre8-typography-meta-small-font-size: var(--cre-8-font-size-0);
|
|
245
|
+
--cre8-typography-meta-small-font-weight: var(--cre-8-font-weights-open-sans-0);
|
|
246
|
+
--cre8-typography-meta-small-line-height: var(--cre-8-line-heights-10);
|
|
247
|
+
--cre8-typography-meta-small-text-decoration: var(--cre-8-text-decoration-none);
|
|
248
|
+
--cre8-typography-meta-small-text-transform: var(--cre-8-text-case-uppercase);}
|