:root {
body{
&[data-theme='dark']{
--color-primary-25: 57, 22, 5;}
}

body{
&[data-theme='dark']{
--color-primary-50: 113, 45, 9;}
}

body{
&[data-theme='dark']{
--color-primary-100: 170, 67, 14;}
}

body{
&[data-theme='dark']{
--color-primary-200: 231, 91, 19;}
}

body{
&[data-theme='dark']{
--color-primary-300: 240, 128, 70;}
}

body{
&[data-theme='dark']{
--color-primary-400: 243, 155, 109;}
}

body{
&[data-theme='dark']{
--color-primary-500: 246, 177, 142;}
}

body{
&[data-theme='dark']{
--color-primary-600: 249, 203, 180;}
}

body{
&[data-theme='dark']{
--color-primary-700: 252, 229, 217;}
}

body{
&[data-theme='dark']{
--color-primary-800: 255, 241, 234;}
}

body{
&[data-theme='dark']{
--color-primary-900: 253, 242, 236;}
}

body{
&[data-theme='dark']{
--color-primary-950: 254, 241, 233;}
}

body{
&[data-theme='dark']{
--color-body-25: 12, 17, 29;}
}

body{
&[data-theme='dark']{
--color-body-50: 16, 24, 40;}
}

body{
&[data-theme='dark']{
--color-body-100: 24, 34, 48;}
}

body{
&[data-theme='dark']{
--color-body-200: 52, 64, 84;}
}

body{
&[data-theme='dark']{
--color-body-300: 71, 84, 103;}
}

body{
&[data-theme='dark']{
--color-body-400: 102, 112, 133;}
}

body{
&[data-theme='dark']{
--color-body-500: 152, 162, 179;}
}

body{
&[data-theme='dark']{
--color-body-600: 208, 213, 221;}
}

body{
&[data-theme='dark']{
--color-body-700: 228, 231, 236;}
}

body{
&[data-theme='dark']{
--color-body-800: 242, 244, 247;}
}

body{
&[data-theme='dark']{
--color-body-900: 249, 250, 251;}
}

body{
&[data-theme='dark']{
--color-body-950: 252, 252, 253;}
}

--color-primary-25: 254, 241, 233;
--color-primary-50: 253, 242, 236;
--color-primary-100: 255, 241, 234;
--color-primary-200: 252, 229, 217;
--color-primary-300: 249, 203, 180;
--color-primary-400: 246, 177, 142;
--color-primary-500: 243, 155, 109;
--color-primary-600: 240, 128, 70;
--color-primary-700: 231, 91, 19;
--color-primary-800: 170, 67, 14;
--color-primary-900: 113, 45, 9;
--color-primary-950: 57, 22, 5;
--color-body-25: 252, 252, 253;
--color-body-50: 249, 250, 251;
--color-body-100: 242, 244, 247;
--color-body-200: 228, 231, 236;
--color-body-300: 208, 213, 221;
--color-body-400: 152, 162, 179;
--color-body-500: 102, 112, 133;
--color-body-600: 71, 84, 103;
--color-body-700: 52, 64, 84;
--color-body-800: 24, 34, 48;
--color-body-900: 16, 24, 40;
--color-body-950: 12, 17, 29;
--color-gradient-1: linear-gradient(90deg, rgba(170, 67, 14, 1) 0%, rgba(240, 128, 70, 1) 100%);
--color-secondary-25: 255, 255, 255;
--color-gradient-2: 255, 0, 0;
--color-gradient-3: radial-gradient(0% 0% at 0% 0%, rgba(0, 234, 50, 1) 100%, rgba(13, 0, 209, 1) 0%);
--color-secondary-50: 232, 233, 234;
--font-family--display:'Inter', sans-serif;
--font-family--body:'Inter', sans-serif;
--typography-display-2xl-font-size: 72px; 
 --typography-display-2xl-line-height: 90px; 
 --typography-display-2xl-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-2xl-font-size: calc(72px * 1.2);
}
&[data-font-size='3']{
--typography-display-2xl-font-size: calc(72px * 1.4); 
}
&[data-font-size='4']{
--typography-display-2xl-font-size: calc(72px * 1.6); 
}
&[data-font-size='5']{
--typography-display-2xl-font-size: calc(72px * 1.8); 
}
&[data-font-size='6']{
--typography-display-2xl-font-size: calc(72px * 2); 
}
&[data-line-height='2']{
--typography-display-2xl-line-height: calc(90px * 1.2);
}
&[data-line-height='3']{
--typography-display-2xl-line-height: calc(90px * 1.4); 
}
&[data-line-height='4']{
--typography-display-2xl-line-height: calc(90px * 1.6); 
}
&[data-line-height='5']{
--typography-display-2xl-line-height: calc(90px * 1.8); 
}
&[data-line-height='6']{
--typography-display-2xl-line-height: calc(90px * 2); 
}
}

--typography-display-xl-font-size: 60px; 
 --typography-display-xl-line-height: 72px; 
 --typography-display-xl-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-xl-font-size: calc(60px * 1.2);
}
&[data-font-size='3']{
--typography-display-xl-font-size: calc(60px * 1.4); 
}
&[data-font-size='4']{
--typography-display-xl-font-size: calc(60px * 1.6); 
}
&[data-font-size='5']{
--typography-display-xl-font-size: calc(60px * 1.8); 
}
&[data-font-size='6']{
--typography-display-xl-font-size: calc(60px * 2); 
}
&[data-line-height='2']{
--typography-display-xl-line-height: calc(72px * 1.2);
}
&[data-line-height='3']{
--typography-display-xl-line-height: calc(72px * 1.4); 
}
&[data-line-height='4']{
--typography-display-xl-line-height: calc(72px * 1.6); 
}
&[data-line-height='5']{
--typography-display-xl-line-height: calc(72px * 1.8); 
}
&[data-line-height='6']{
--typography-display-xl-line-height: calc(72px * 2); 
}
}

--typography-display-lg-font-size: 48px; 
 --typography-display-lg-line-height: 60px; 
 --typography-display-lg-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-lg-font-size: calc(48px * 1.2);
}
&[data-font-size='3']{
--typography-display-lg-font-size: calc(48px * 1.4); 
}
&[data-font-size='4']{
--typography-display-lg-font-size: calc(48px * 1.6); 
}
&[data-font-size='5']{
--typography-display-lg-font-size: calc(48px * 1.8); 
}
&[data-font-size='6']{
--typography-display-lg-font-size: calc(48px * 2); 
}
&[data-line-height='2']{
--typography-display-lg-line-height: calc(60px * 1.2);
}
&[data-line-height='3']{
--typography-display-lg-line-height: calc(60px * 1.4); 
}
&[data-line-height='4']{
--typography-display-lg-line-height: calc(60px * 1.6); 
}
&[data-line-height='5']{
--typography-display-lg-line-height: calc(60px * 1.8); 
}
&[data-line-height='6']{
--typography-display-lg-line-height: calc(60px * 2); 
}
}

--typography-display-md-font-size: 36px; 
 --typography-display-md-line-height: 44px; 
 --typography-display-md-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-md-font-size: calc(36px * 1.2);
}
&[data-font-size='3']{
--typography-display-md-font-size: calc(36px * 1.4); 
}
&[data-font-size='4']{
--typography-display-md-font-size: calc(36px * 1.6); 
}
&[data-font-size='5']{
--typography-display-md-font-size: calc(36px * 1.8); 
}
&[data-font-size='6']{
--typography-display-md-font-size: calc(36px * 2); 
}
&[data-line-height='2']{
--typography-display-md-line-height: calc(44px * 1.2);
}
&[data-line-height='3']{
--typography-display-md-line-height: calc(44px * 1.4); 
}
&[data-line-height='4']{
--typography-display-md-line-height: calc(44px * 1.6); 
}
&[data-line-height='5']{
--typography-display-md-line-height: calc(44px * 1.8); 
}
&[data-line-height='6']{
--typography-display-md-line-height: calc(44px * 2); 
}
}

--typography-display-sm-font-size: 30px; 
 --typography-display-sm-line-height: 38px; 
 --typography-display-sm-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-sm-font-size: calc(30px * 1.2);
}
&[data-font-size='3']{
--typography-display-sm-font-size: calc(30px * 1.4); 
}
&[data-font-size='4']{
--typography-display-sm-font-size: calc(30px * 1.6); 
}
&[data-font-size='5']{
--typography-display-sm-font-size: calc(30px * 1.8); 
}
&[data-font-size='6']{
--typography-display-sm-font-size: calc(30px * 2); 
}
&[data-line-height='2']{
--typography-display-sm-line-height: calc(38px * 1.2);
}
&[data-line-height='3']{
--typography-display-sm-line-height: calc(38px * 1.4); 
}
&[data-line-height='4']{
--typography-display-sm-line-height: calc(38px * 1.6); 
}
&[data-line-height='5']{
--typography-display-sm-line-height: calc(38px * 1.8); 
}
&[data-line-height='6']{
--typography-display-sm-line-height: calc(38px * 2); 
}
}

--typography-display-xs-font-size: 24px; 
 --typography-display-xs-line-height: 32px; 
 --typography-display-xs-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-xs-font-size: calc(24px * 1.2);
}
&[data-font-size='3']{
--typography-display-xs-font-size: calc(24px * 1.4); 
}
&[data-font-size='4']{
--typography-display-xs-font-size: calc(24px * 1.6); 
}
&[data-font-size='5']{
--typography-display-xs-font-size: calc(24px * 1.8); 
}
&[data-font-size='6']{
--typography-display-xs-font-size: calc(24px * 2); 
}
&[data-line-height='2']{
--typography-display-xs-line-height: calc(32px * 1.2);
}
&[data-line-height='3']{
--typography-display-xs-line-height: calc(32px * 1.4); 
}
&[data-line-height='4']{
--typography-display-xs-line-height: calc(32px * 1.6); 
}
&[data-line-height='5']{
--typography-display-xs-line-height: calc(32px * 1.8); 
}
&[data-line-height='6']{
--typography-display-xs-line-height: calc(32px * 2); 
}
}

--typography-text-xl-font-size: 20px; 
 --typography-text-xl-line-height: 30px; 
 --typography-text-xl-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-xl-font-size: calc(20px * 1.2);
}
&[data-font-size='3']{
--typography-text-xl-font-size: calc(20px * 1.4); 
}
&[data-font-size='4']{
--typography-text-xl-font-size: calc(20px * 1.6); 
}
&[data-font-size='5']{
--typography-text-xl-font-size: calc(20px * 1.8); 
}
&[data-font-size='6']{
--typography-text-xl-font-size: calc(20px * 2); 
}
&[data-line-height='2']{
--typography-text-xl-line-height: calc(30px * 1.2);
}
&[data-line-height='3']{
--typography-text-xl-line-height: calc(30px * 1.4); 
}
&[data-line-height='4']{
--typography-text-xl-line-height: calc(30px * 1.6); 
}
&[data-line-height='5']{
--typography-text-xl-line-height: calc(30px * 1.8); 
}
&[data-line-height='6']{
--typography-text-xl-line-height: calc(30px * 2); 
}
}

--typography-text-lg-font-size: 18px; 
 --typography-text-lg-line-height: 28px; 
 --typography-text-lg-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-lg-font-size: calc(18px * 1.2);
}
&[data-font-size='3']{
--typography-text-lg-font-size: calc(18px * 1.4); 
}
&[data-font-size='4']{
--typography-text-lg-font-size: calc(18px * 1.6); 
}
&[data-font-size='5']{
--typography-text-lg-font-size: calc(18px * 1.8); 
}
&[data-font-size='6']{
--typography-text-lg-font-size: calc(18px * 2); 
}
&[data-line-height='2']{
--typography-text-lg-line-height: calc(28px * 1.2);
}
&[data-line-height='3']{
--typography-text-lg-line-height: calc(28px * 1.4); 
}
&[data-line-height='4']{
--typography-text-lg-line-height: calc(28px * 1.6); 
}
&[data-line-height='5']{
--typography-text-lg-line-height: calc(28px * 1.8); 
}
&[data-line-height='6']{
--typography-text-lg-line-height: calc(28px * 2); 
}
}

--typography-text-md-font-size: 16px; 
 --typography-text-md-line-height: 24px; 
 --typography-text-md-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-md-font-size: calc(16px * 1.2);
}
&[data-font-size='3']{
--typography-text-md-font-size: calc(16px * 1.4); 
}
&[data-font-size='4']{
--typography-text-md-font-size: calc(16px * 1.6); 
}
&[data-font-size='5']{
--typography-text-md-font-size: calc(16px * 1.8); 
}
&[data-font-size='6']{
--typography-text-md-font-size: calc(16px * 2); 
}
&[data-line-height='2']{
--typography-text-md-line-height: calc(24px * 1.2);
}
&[data-line-height='3']{
--typography-text-md-line-height: calc(24px * 1.4); 
}
&[data-line-height='4']{
--typography-text-md-line-height: calc(24px * 1.6); 
}
&[data-line-height='5']{
--typography-text-md-line-height: calc(24px * 1.8); 
}
&[data-line-height='6']{
--typography-text-md-line-height: calc(24px * 2); 
}
}

--typography-text-sm-font-size: 14px; 
 --typography-text-sm-line-height: 20px; 
 --typography-text-sm-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-sm-font-size: calc(14px * 1.2);
}
&[data-font-size='3']{
--typography-text-sm-font-size: calc(14px * 1.4); 
}
&[data-font-size='4']{
--typography-text-sm-font-size: calc(14px * 1.6); 
}
&[data-font-size='5']{
--typography-text-sm-font-size: calc(14px * 1.8); 
}
&[data-font-size='6']{
--typography-text-sm-font-size: calc(14px * 2); 
}
&[data-line-height='2']{
--typography-text-sm-line-height: calc(20px * 1.2);
}
&[data-line-height='3']{
--typography-text-sm-line-height: calc(20px * 1.4); 
}
&[data-line-height='4']{
--typography-text-sm-line-height: calc(20px * 1.6); 
}
&[data-line-height='5']{
--typography-text-sm-line-height: calc(20px * 1.8); 
}
&[data-line-height='6']{
--typography-text-sm-line-height: calc(20px * 2); 
}
}

--typography-text-xs-font-size: 12px; 
 --typography-text-xs-line-height: 18px; 
 --typography-text-xs-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-xs-font-size: calc(12px * 1.2);
}
&[data-font-size='3']{
--typography-text-xs-font-size: calc(12px * 1.4); 
}
&[data-font-size='4']{
--typography-text-xs-font-size: calc(12px * 1.6); 
}
&[data-font-size='5']{
--typography-text-xs-font-size: calc(12px * 1.8); 
}
&[data-font-size='6']{
--typography-text-xs-font-size: calc(12px * 2); 
}
&[data-line-height='2']{
--typography-text-xs-line-height: calc(18px * 1.2);
}
&[data-line-height='3']{
--typography-text-xs-line-height: calc(18px * 1.4); 
}
&[data-line-height='4']{
--typography-text-xs-line-height: calc(18px * 1.6); 
}
&[data-line-height='5']{
--typography-text-xs-line-height: calc(18px * 1.8); 
}
&[data-line-height='6']{
--typography-text-xs-line-height: calc(18px * 2); 
}
}

--shadow-xs: 0px 0px 0px 1px rgba(var(--color-primary-500), 1) inset;
--button-sm--primary-pt: var(--spacing-lg); 
--button-sm--primary-pr: var(--spacing-xl); 
--button-sm--primary-pb: var(--spacing-lg); 
--button-sm--primary-pl: var(--spacing-xl); 
--button-sm--primary-gap: var(--spacing-sm); 
--button-sm--primary-border: 1px; 
--button-sm--primary-rounded: var(--radius-3xl); 
--button-sm--primary-font-family: var(--font-family--display); 
--button-sm--primary-font-weight: 600; 
--button-sm--primary-typography-fz: var(--typography-text-md-font-size); 
--button-sm--primary-typography-lh: var(--typography-text-md-line-height); 
--button-sm--primary-typography-ls: var(--typography-text-md-letter-spacing); 

--button-md--primary-pt: var(--spacing-lg); 
--button-md--primary-pr: var(--spacing-xl); 
--button-md--primary-pb: var(--spacing-lg); 
--button-md--primary-pl: var(--spacing-xl); 
--button-md--primary-gap: var(--spacing-sm); 
--button-md--primary-border: 1px; 
--button-md--primary-rounded: var(--radius-3xl); 
--button-md--primary-font-family: var(--font-family--body); 
--button-md--primary-font-weight: 600; 
--button-md--primary-typography-fz: var(--typography-text-md-font-size); 
--button-md--primary-typography-lh: var(--typography-text-md-line-height); 
--button-md--primary-typography-ls: var(--typography-text-md-letter-spacing); 

--button-lg--primary-pt: var(--spacing-xl); 
--button-lg--primary-pr: var(--spacing-2xl); 
--button-lg--primary-pb: var(--spacing-xl); 
--button-lg--primary-pl: var(--spacing-2xl); 
--button-lg--primary-gap: var(--spacing-lg); 
--button-lg--primary-border: 1px; 
--button-lg--primary-rounded: var(--radius-3xl); 
--button-lg--primary-font-family: var(--font-family--body); 
--button-lg--primary-font-weight: 600; 
--button-lg--primary-typography-fz: var(--typography-text-lg-font-size); 
--button-lg--primary-typography-lh: var(--typography-text-lg-line-height); 
--button-lg--primary-typography-ls: var(--typography-text-lg-letter-spacing); 

--button-md--secondary-pt: var(--spacing-md); 
--button-md--secondary-pr: var(--spacing-xl); 
--button-md--secondary-pb: var(--spacing-md); 
--button-md--secondary-pl: var(--spacing-xl); 
--button-md--secondary-gap: var(--spacing-md); 
--button-md--secondary-border: 1px; 
--button-md--secondary-rounded: var(--radius-2xl); 
--button-md--secondary-font-family: var(--font-family--body); 
--button-md--secondary-font-weight: 600; 
--button-md--secondary-typography-fz: var(--typography-text-md-font-size); 
--button-md--secondary-typography-lh: var(--typography-text-md-line-height); 
--button-md--secondary-typography-ls: var(--typography-text-md-letter-spacing); 

--button-lg--secondary-pt: var(--spacing-xl); 
--button-lg--secondary-pr: var(--spacing-3xl); 
--button-lg--secondary-pb: var(--spacing-xl); 
--button-lg--secondary-pl: var(--spacing-3xl); 
--button-lg--secondary-gap: var(--spacing-lg); 
--button-lg--secondary-border: 1px; 
--button-lg--secondary-rounded: var(--radius-3xl); 
--button-lg--secondary-font-family: var(--font-family--body); 
--button-lg--secondary-font-weight: 600; 
--button-lg--secondary-typography-fz: var(--typography-text-lg-font-size); 
--button-lg--secondary-typography-lh: var(--typography-text-lg-line-height); 
--button-lg--secondary-typography-ls: var(--typography-text-lg-letter-spacing); 

--button-sm--link-pt: var(--spacing-none); 
--button-sm--link-pr: var(--spacing-none); 
--button-sm--link-pb: var(--spacing-none); 
--button-sm--link-pl: var(--spacing-none); 
--button-sm--link-gap: var(--spacing-sm); 
--button-sm--link-border: 0px; 
--button-sm--link-rounded: var(--radius-none); 
--button-sm--link-font-family: var(--font-family--body); 
--button-sm--link-font-weight: 600; 
--button-sm--link-typography-fz: var(--typography-text-sm-font-size); 
--button-sm--link-typography-lh: var(--typography-text-sm-line-height); 
--button-sm--link-typography-ls: var(--typography-text-sm-letter-spacing); 

--button-md--link-pt: var(--spacing-none); 
--button-md--link-pr: var(--spacing-none); 
--button-md--link-pb: var(--spacing-none); 
--button-md--link-pl: var(--spacing-none); 
--button-md--link-gap: var(--spacing-none); 
--button-md--link-border: 0px; 
--button-md--link-rounded: var(--radius-none); 
--button-md--link-font-family: var(--font-family--body); 
--button-md--link-font-weight: 600; 
--button-md--link-typography-fz: var(--typography-text-md-font-size); 
--button-md--link-typography-lh: var(--typography-text-md-line-height); 
--button-md--link-typography-ls: var(--typography-text-md-letter-spacing); 

--button-lg--link-pt: var(--spacing-none); 
--button-lg--link-pr: var(--spacing-none); 
--button-lg--link-pb: var(--spacing-none); 
--button-lg--link-pl: var(--spacing-none); 
--button-lg--link-gap: var(--spacing-none); 
--button-lg--link-border: 0px; 
--button-lg--link-rounded: var(--radius-none); 
--button-lg--link-font-family: var(--font-family--body); 
--button-lg--link-font-weight: 600; 
--button-lg--link-typography-fz: var(--typography-text-lg-font-size); 
--button-lg--link-typography-lh: var(--typography-text-lg-line-height); 
--button-lg--link-typography-ls: var(--typography-text-lg-letter-spacing); 

--badge-sm--color-pt: var(--spacing-xxs); 
--badge-sm--color-pr: var(--spacing-md); 
--badge-sm--color-pb: var(--spacing-xxs); 
--badge-sm--color-pl: var(--spacing-md); 
--badge-sm--color-gap: var(--spacing-none); 
--badge-sm--color-border: 1px; 
--badge-sm--color-rounded: var(--radius-full); 
--badge-sm--color-font-family: var(--font-family--body); 
--badge-sm--color-font-weight: 500; 
--badge-sm--color-typography-fz: var(--typography-text-sm-font-size); 
--badge-sm--color-typography-lh: var(--typography-text-sm-line-height); 
--badge-sm--color-typography-ls: var(--typography-text-sm-letter-spacing); 

}
@media screen and (max-width: 1280px) and (min-width: 745px) {
:root {
--typography-display-2xl-font-size: 62px; 
 --typography-display-2xl-line-height: 70px; 
 --typography-display-2xl-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-2xl-font-size: calc(62px * 1.2);
}
&[data-font-size='3']{
--typography-display-2xl-font-size: calc(62px * 1.4); 
}
&[data-font-size='4']{
--typography-display-2xl-font-size: calc(62px * 1.6); 
}
&[data-font-size='5']{
--typography-display-2xl-font-size: calc(62px * 1.8); 
}
&[data-font-size='6']{
--typography-display-2xl-font-size: calc(62px * 2); 
}
&[data-line-height='2']{
--typography-display-2xl-line-height: calc(70px * 1.2);
}
&[data-line-height='3']{
--typography-display-2xl-line-height: calc(70px * 1.4); 
}
&[data-line-height='4']{
--typography-display-2xl-line-height: calc(70px * 1.6); 
}
&[data-line-height='5']{
--typography-display-2xl-line-height: calc(70px * 1.8); 
}
&[data-line-height='6']{
--typography-display-2xl-line-height: calc(70px * 2); 
}
}

--typography-display-xl-font-size: 50px; 
 --typography-display-xl-line-height: 62px; 
 --typography-display-xl-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-xl-font-size: calc(50px * 1.2);
}
&[data-font-size='3']{
--typography-display-xl-font-size: calc(50px * 1.4); 
}
&[data-font-size='4']{
--typography-display-xl-font-size: calc(50px * 1.6); 
}
&[data-font-size='5']{
--typography-display-xl-font-size: calc(50px * 1.8); 
}
&[data-font-size='6']{
--typography-display-xl-font-size: calc(50px * 2); 
}
&[data-line-height='2']{
--typography-display-xl-line-height: calc(62px * 1.2);
}
&[data-line-height='3']{
--typography-display-xl-line-height: calc(62px * 1.4); 
}
&[data-line-height='4']{
--typography-display-xl-line-height: calc(62px * 1.6); 
}
&[data-line-height='5']{
--typography-display-xl-line-height: calc(62px * 1.8); 
}
&[data-line-height='6']{
--typography-display-xl-line-height: calc(62px * 2); 
}
}

--typography-display-lg-font-size: 42px; 
 --typography-display-lg-line-height: 52px; 
 --typography-display-lg-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-lg-font-size: calc(42px * 1.2);
}
&[data-font-size='3']{
--typography-display-lg-font-size: calc(42px * 1.4); 
}
&[data-font-size='4']{
--typography-display-lg-font-size: calc(42px * 1.6); 
}
&[data-font-size='5']{
--typography-display-lg-font-size: calc(42px * 1.8); 
}
&[data-font-size='6']{
--typography-display-lg-font-size: calc(42px * 2); 
}
&[data-line-height='2']{
--typography-display-lg-line-height: calc(52px * 1.2);
}
&[data-line-height='3']{
--typography-display-lg-line-height: calc(52px * 1.4); 
}
&[data-line-height='4']{
--typography-display-lg-line-height: calc(52px * 1.6); 
}
&[data-line-height='5']{
--typography-display-lg-line-height: calc(52px * 1.8); 
}
&[data-line-height='6']{
--typography-display-lg-line-height: calc(52px * 2); 
}
}

--typography-display-md-font-size: 34px; 
 --typography-display-md-line-height: 44px; 
 --typography-display-md-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-md-font-size: calc(34px * 1.2);
}
&[data-font-size='3']{
--typography-display-md-font-size: calc(34px * 1.4); 
}
&[data-font-size='4']{
--typography-display-md-font-size: calc(34px * 1.6); 
}
&[data-font-size='5']{
--typography-display-md-font-size: calc(34px * 1.8); 
}
&[data-font-size='6']{
--typography-display-md-font-size: calc(34px * 2); 
}
&[data-line-height='2']{
--typography-display-md-line-height: calc(44px * 1.2);
}
&[data-line-height='3']{
--typography-display-md-line-height: calc(44px * 1.4); 
}
&[data-line-height='4']{
--typography-display-md-line-height: calc(44px * 1.6); 
}
&[data-line-height='5']{
--typography-display-md-line-height: calc(44px * 1.8); 
}
&[data-line-height='6']{
--typography-display-md-line-height: calc(44px * 2); 
}
}

--typography-display-sm-font-size: 28px; 
 --typography-display-sm-line-height: 36px; 
 --typography-display-sm-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-sm-font-size: calc(28px * 1.2);
}
&[data-font-size='3']{
--typography-display-sm-font-size: calc(28px * 1.4); 
}
&[data-font-size='4']{
--typography-display-sm-font-size: calc(28px * 1.6); 
}
&[data-font-size='5']{
--typography-display-sm-font-size: calc(28px * 1.8); 
}
&[data-font-size='6']{
--typography-display-sm-font-size: calc(28px * 2); 
}
&[data-line-height='2']{
--typography-display-sm-line-height: calc(36px * 1.2);
}
&[data-line-height='3']{
--typography-display-sm-line-height: calc(36px * 1.4); 
}
&[data-line-height='4']{
--typography-display-sm-line-height: calc(36px * 1.6); 
}
&[data-line-height='5']{
--typography-display-sm-line-height: calc(36px * 1.8); 
}
&[data-line-height='6']{
--typography-display-sm-line-height: calc(36px * 2); 
}
}

--typography-display-xs-font-size: 24px; 
 --typography-display-xs-line-height: 32px; 
 --typography-display-xs-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-xs-font-size: calc(24px * 1.2);
}
&[data-font-size='3']{
--typography-display-xs-font-size: calc(24px * 1.4); 
}
&[data-font-size='4']{
--typography-display-xs-font-size: calc(24px * 1.6); 
}
&[data-font-size='5']{
--typography-display-xs-font-size: calc(24px * 1.8); 
}
&[data-font-size='6']{
--typography-display-xs-font-size: calc(24px * 2); 
}
&[data-line-height='2']{
--typography-display-xs-line-height: calc(32px * 1.2);
}
&[data-line-height='3']{
--typography-display-xs-line-height: calc(32px * 1.4); 
}
&[data-line-height='4']{
--typography-display-xs-line-height: calc(32px * 1.6); 
}
&[data-line-height='5']{
--typography-display-xs-line-height: calc(32px * 1.8); 
}
&[data-line-height='6']{
--typography-display-xs-line-height: calc(32px * 2); 
}
}

--typography-text-xl-font-size: 20px; 
 --typography-text-xl-line-height: 30px; 
 --typography-text-xl-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-xl-font-size: calc(20px * 1.2);
}
&[data-font-size='3']{
--typography-text-xl-font-size: calc(20px * 1.4); 
}
&[data-font-size='4']{
--typography-text-xl-font-size: calc(20px * 1.6); 
}
&[data-font-size='5']{
--typography-text-xl-font-size: calc(20px * 1.8); 
}
&[data-font-size='6']{
--typography-text-xl-font-size: calc(20px * 2); 
}
&[data-line-height='2']{
--typography-text-xl-line-height: calc(30px * 1.2);
}
&[data-line-height='3']{
--typography-text-xl-line-height: calc(30px * 1.4); 
}
&[data-line-height='4']{
--typography-text-xl-line-height: calc(30px * 1.6); 
}
&[data-line-height='5']{
--typography-text-xl-line-height: calc(30px * 1.8); 
}
&[data-line-height='6']{
--typography-text-xl-line-height: calc(30px * 2); 
}
}

--typography-text-lg-font-size: 18px; 
 --typography-text-lg-line-height: 28px; 
 --typography-text-lg-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-lg-font-size: calc(18px * 1.2);
}
&[data-font-size='3']{
--typography-text-lg-font-size: calc(18px * 1.4); 
}
&[data-font-size='4']{
--typography-text-lg-font-size: calc(18px * 1.6); 
}
&[data-font-size='5']{
--typography-text-lg-font-size: calc(18px * 1.8); 
}
&[data-font-size='6']{
--typography-text-lg-font-size: calc(18px * 2); 
}
&[data-line-height='2']{
--typography-text-lg-line-height: calc(28px * 1.2);
}
&[data-line-height='3']{
--typography-text-lg-line-height: calc(28px * 1.4); 
}
&[data-line-height='4']{
--typography-text-lg-line-height: calc(28px * 1.6); 
}
&[data-line-height='5']{
--typography-text-lg-line-height: calc(28px * 1.8); 
}
&[data-line-height='6']{
--typography-text-lg-line-height: calc(28px * 2); 
}
}

--typography-text-md-font-size: 16px; 
 --typography-text-md-line-height: 24px; 
 --typography-text-md-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-md-font-size: calc(16px * 1.2);
}
&[data-font-size='3']{
--typography-text-md-font-size: calc(16px * 1.4); 
}
&[data-font-size='4']{
--typography-text-md-font-size: calc(16px * 1.6); 
}
&[data-font-size='5']{
--typography-text-md-font-size: calc(16px * 1.8); 
}
&[data-font-size='6']{
--typography-text-md-font-size: calc(16px * 2); 
}
&[data-line-height='2']{
--typography-text-md-line-height: calc(24px * 1.2);
}
&[data-line-height='3']{
--typography-text-md-line-height: calc(24px * 1.4); 
}
&[data-line-height='4']{
--typography-text-md-line-height: calc(24px * 1.6); 
}
&[data-line-height='5']{
--typography-text-md-line-height: calc(24px * 1.8); 
}
&[data-line-height='6']{
--typography-text-md-line-height: calc(24px * 2); 
}
}

--typography-text-sm-font-size: 14px; 
 --typography-text-sm-line-height: 20px; 
 --typography-text-sm-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-sm-font-size: calc(14px * 1.2);
}
&[data-font-size='3']{
--typography-text-sm-font-size: calc(14px * 1.4); 
}
&[data-font-size='4']{
--typography-text-sm-font-size: calc(14px * 1.6); 
}
&[data-font-size='5']{
--typography-text-sm-font-size: calc(14px * 1.8); 
}
&[data-font-size='6']{
--typography-text-sm-font-size: calc(14px * 2); 
}
&[data-line-height='2']{
--typography-text-sm-line-height: calc(20px * 1.2);
}
&[data-line-height='3']{
--typography-text-sm-line-height: calc(20px * 1.4); 
}
&[data-line-height='4']{
--typography-text-sm-line-height: calc(20px * 1.6); 
}
&[data-line-height='5']{
--typography-text-sm-line-height: calc(20px * 1.8); 
}
&[data-line-height='6']{
--typography-text-sm-line-height: calc(20px * 2); 
}
}

--typography-text-xs-font-size: 12px; 
 --typography-text-xs-line-height: 18px; 
 --typography-text-xs-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-xs-font-size: calc(12px * 1.2);
}
&[data-font-size='3']{
--typography-text-xs-font-size: calc(12px * 1.4); 
}
&[data-font-size='4']{
--typography-text-xs-font-size: calc(12px * 1.6); 
}
&[data-font-size='5']{
--typography-text-xs-font-size: calc(12px * 1.8); 
}
&[data-font-size='6']{
--typography-text-xs-font-size: calc(12px * 2); 
}
&[data-line-height='2']{
--typography-text-xs-line-height: calc(18px * 1.2);
}
&[data-line-height='3']{
--typography-text-xs-line-height: calc(18px * 1.4); 
}
&[data-line-height='4']{
--typography-text-xs-line-height: calc(18px * 1.6); 
}
&[data-line-height='5']{
--typography-text-xs-line-height: calc(18px * 1.8); 
}
&[data-line-height='6']{
--typography-text-xs-line-height: calc(18px * 2); 
}
}

}
}
@media screen and (max-width: 744px) {
:root {
--typography-display-2xl-font-size: 48px; 
 --typography-display-2xl-line-height: 60px; 
 --typography-display-2xl-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-2xl-font-size: calc(48px * 1.2);
}
&[data-font-size='3']{
--typography-display-2xl-font-size: calc(48px * 1.4); 
}
&[data-font-size='4']{
--typography-display-2xl-font-size: calc(48px * 1.6); 
}
&[data-font-size='5']{
--typography-display-2xl-font-size: calc(48px * 1.8); 
}
&[data-font-size='6']{
--typography-display-2xl-font-size: calc(48px * 2); 
}
&[data-line-height='2']{
--typography-display-2xl-line-height: calc(60px * 1.2);
}
&[data-line-height='3']{
--typography-display-2xl-line-height: calc(60px * 1.4); 
}
&[data-line-height='4']{
--typography-display-2xl-line-height: calc(60px * 1.6); 
}
&[data-line-height='5']{
--typography-display-2xl-line-height: calc(60px * 1.8); 
}
&[data-line-height='6']{
--typography-display-2xl-line-height: calc(60px * 2); 
}
}

--typography-display-xl-font-size: 40px; 
 --typography-display-xl-line-height: 48px; 
 --typography-display-xl-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-xl-font-size: calc(40px * 1.2);
}
&[data-font-size='3']{
--typography-display-xl-font-size: calc(40px * 1.4); 
}
&[data-font-size='4']{
--typography-display-xl-font-size: calc(40px * 1.6); 
}
&[data-font-size='5']{
--typography-display-xl-font-size: calc(40px * 1.8); 
}
&[data-font-size='6']{
--typography-display-xl-font-size: calc(40px * 2); 
}
&[data-line-height='2']{
--typography-display-xl-line-height: calc(48px * 1.2);
}
&[data-line-height='3']{
--typography-display-xl-line-height: calc(48px * 1.4); 
}
&[data-line-height='4']{
--typography-display-xl-line-height: calc(48px * 1.6); 
}
&[data-line-height='5']{
--typography-display-xl-line-height: calc(48px * 1.8); 
}
&[data-line-height='6']{
--typography-display-xl-line-height: calc(48px * 2); 
}
}

--typography-display-lg-font-size: 36px; 
 --typography-display-lg-line-height: 44px; 
 --typography-display-lg-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-lg-font-size: calc(36px * 1.2);
}
&[data-font-size='3']{
--typography-display-lg-font-size: calc(36px * 1.4); 
}
&[data-font-size='4']{
--typography-display-lg-font-size: calc(36px * 1.6); 
}
&[data-font-size='5']{
--typography-display-lg-font-size: calc(36px * 1.8); 
}
&[data-font-size='6']{
--typography-display-lg-font-size: calc(36px * 2); 
}
&[data-line-height='2']{
--typography-display-lg-line-height: calc(44px * 1.2);
}
&[data-line-height='3']{
--typography-display-lg-line-height: calc(44px * 1.4); 
}
&[data-line-height='4']{
--typography-display-lg-line-height: calc(44px * 1.6); 
}
&[data-line-height='5']{
--typography-display-lg-line-height: calc(44px * 1.8); 
}
&[data-line-height='6']{
--typography-display-lg-line-height: calc(44px * 2); 
}
}

--typography-display-md-font-size: 28px; 
 --typography-display-md-line-height: 38px; 
 --typography-display-md-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-md-font-size: calc(28px * 1.2);
}
&[data-font-size='3']{
--typography-display-md-font-size: calc(28px * 1.4); 
}
&[data-font-size='4']{
--typography-display-md-font-size: calc(28px * 1.6); 
}
&[data-font-size='5']{
--typography-display-md-font-size: calc(28px * 1.8); 
}
&[data-font-size='6']{
--typography-display-md-font-size: calc(28px * 2); 
}
&[data-line-height='2']{
--typography-display-md-line-height: calc(38px * 1.2);
}
&[data-line-height='3']{
--typography-display-md-line-height: calc(38px * 1.4); 
}
&[data-line-height='4']{
--typography-display-md-line-height: calc(38px * 1.6); 
}
&[data-line-height='5']{
--typography-display-md-line-height: calc(38px * 1.8); 
}
&[data-line-height='6']{
--typography-display-md-line-height: calc(38px * 2); 
}
}

--typography-display-sm-font-size: 24px; 
 --typography-display-sm-line-height: 34px; 
 --typography-display-sm-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-sm-font-size: calc(24px * 1.2);
}
&[data-font-size='3']{
--typography-display-sm-font-size: calc(24px * 1.4); 
}
&[data-font-size='4']{
--typography-display-sm-font-size: calc(24px * 1.6); 
}
&[data-font-size='5']{
--typography-display-sm-font-size: calc(24px * 1.8); 
}
&[data-font-size='6']{
--typography-display-sm-font-size: calc(24px * 2); 
}
&[data-line-height='2']{
--typography-display-sm-line-height: calc(34px * 1.2);
}
&[data-line-height='3']{
--typography-display-sm-line-height: calc(34px * 1.4); 
}
&[data-line-height='4']{
--typography-display-sm-line-height: calc(34px * 1.6); 
}
&[data-line-height='5']{
--typography-display-sm-line-height: calc(34px * 1.8); 
}
&[data-line-height='6']{
--typography-display-sm-line-height: calc(34px * 2); 
}
}

--typography-display-xs-font-size: 20px; 
 --typography-display-xs-line-height: 30px; 
 --typography-display-xs-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-display-xs-font-size: calc(20px * 1.2);
}
&[data-font-size='3']{
--typography-display-xs-font-size: calc(20px * 1.4); 
}
&[data-font-size='4']{
--typography-display-xs-font-size: calc(20px * 1.6); 
}
&[data-font-size='5']{
--typography-display-xs-font-size: calc(20px * 1.8); 
}
&[data-font-size='6']{
--typography-display-xs-font-size: calc(20px * 2); 
}
&[data-line-height='2']{
--typography-display-xs-line-height: calc(30px * 1.2);
}
&[data-line-height='3']{
--typography-display-xs-line-height: calc(30px * 1.4); 
}
&[data-line-height='4']{
--typography-display-xs-line-height: calc(30px * 1.6); 
}
&[data-line-height='5']{
--typography-display-xs-line-height: calc(30px * 1.8); 
}
&[data-line-height='6']{
--typography-display-xs-line-height: calc(30px * 2); 
}
}

--typography-text-xl-font-size: 18px; 
 --typography-text-xl-line-height: 30px; 
 --typography-text-xl-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-xl-font-size: calc(18px * 1.2);
}
&[data-font-size='3']{
--typography-text-xl-font-size: calc(18px * 1.4); 
}
&[data-font-size='4']{
--typography-text-xl-font-size: calc(18px * 1.6); 
}
&[data-font-size='5']{
--typography-text-xl-font-size: calc(18px * 1.8); 
}
&[data-font-size='6']{
--typography-text-xl-font-size: calc(18px * 2); 
}
&[data-line-height='2']{
--typography-text-xl-line-height: calc(30px * 1.2);
}
&[data-line-height='3']{
--typography-text-xl-line-height: calc(30px * 1.4); 
}
&[data-line-height='4']{
--typography-text-xl-line-height: calc(30px * 1.6); 
}
&[data-line-height='5']{
--typography-text-xl-line-height: calc(30px * 1.8); 
}
&[data-line-height='6']{
--typography-text-xl-line-height: calc(30px * 2); 
}
}

--typography-text-lg-font-size: 16px; 
 --typography-text-lg-line-height: 22px; 
 --typography-text-lg-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-lg-font-size: calc(16px * 1.2);
}
&[data-font-size='3']{
--typography-text-lg-font-size: calc(16px * 1.4); 
}
&[data-font-size='4']{
--typography-text-lg-font-size: calc(16px * 1.6); 
}
&[data-font-size='5']{
--typography-text-lg-font-size: calc(16px * 1.8); 
}
&[data-font-size='6']{
--typography-text-lg-font-size: calc(16px * 2); 
}
&[data-line-height='2']{
--typography-text-lg-line-height: calc(22px * 1.2);
}
&[data-line-height='3']{
--typography-text-lg-line-height: calc(22px * 1.4); 
}
&[data-line-height='4']{
--typography-text-lg-line-height: calc(22px * 1.6); 
}
&[data-line-height='5']{
--typography-text-lg-line-height: calc(22px * 1.8); 
}
&[data-line-height='6']{
--typography-text-lg-line-height: calc(22px * 2); 
}
}

--typography-text-md-font-size: 14px; 
 --typography-text-md-line-height: 22px; 
 --typography-text-md-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-md-font-size: calc(14px * 1.2);
}
&[data-font-size='3']{
--typography-text-md-font-size: calc(14px * 1.4); 
}
&[data-font-size='4']{
--typography-text-md-font-size: calc(14px * 1.6); 
}
&[data-font-size='5']{
--typography-text-md-font-size: calc(14px * 1.8); 
}
&[data-font-size='6']{
--typography-text-md-font-size: calc(14px * 2); 
}
&[data-line-height='2']{
--typography-text-md-line-height: calc(22px * 1.2);
}
&[data-line-height='3']{
--typography-text-md-line-height: calc(22px * 1.4); 
}
&[data-line-height='4']{
--typography-text-md-line-height: calc(22px * 1.6); 
}
&[data-line-height='5']{
--typography-text-md-line-height: calc(22px * 1.8); 
}
&[data-line-height='6']{
--typography-text-md-line-height: calc(22px * 2); 
}
}

--typography-text-sm-font-size: 12px; 
 --typography-text-sm-line-height: 18px; 
 --typography-text-sm-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-sm-font-size: calc(12px * 1.2);
}
&[data-font-size='3']{
--typography-text-sm-font-size: calc(12px * 1.4); 
}
&[data-font-size='4']{
--typography-text-sm-font-size: calc(12px * 1.6); 
}
&[data-font-size='5']{
--typography-text-sm-font-size: calc(12px * 1.8); 
}
&[data-font-size='6']{
--typography-text-sm-font-size: calc(12px * 2); 
}
&[data-line-height='2']{
--typography-text-sm-line-height: calc(18px * 1.2);
}
&[data-line-height='3']{
--typography-text-sm-line-height: calc(18px * 1.4); 
}
&[data-line-height='4']{
--typography-text-sm-line-height: calc(18px * 1.6); 
}
&[data-line-height='5']{
--typography-text-sm-line-height: calc(18px * 1.8); 
}
&[data-line-height='6']{
--typography-text-sm-line-height: calc(18px * 2); 
}
}

--typography-text-xs-font-size: 10px; 
 --typography-text-xs-line-height: 16px; 
 --typography-text-xs-letter-spacing: 0px;
body{
&[data-font-size='2']{
--typography-text-xs-font-size: calc(10px * 1.2);
}
&[data-font-size='3']{
--typography-text-xs-font-size: calc(10px * 1.4); 
}
&[data-font-size='4']{
--typography-text-xs-font-size: calc(10px * 1.6); 
}
&[data-font-size='5']{
--typography-text-xs-font-size: calc(10px * 1.8); 
}
&[data-font-size='6']{
--typography-text-xs-font-size: calc(10px * 2); 
}
&[data-line-height='2']{
--typography-text-xs-line-height: calc(16px * 1.2);
}
&[data-line-height='3']{
--typography-text-xs-line-height: calc(16px * 1.4); 
}
&[data-line-height='4']{
--typography-text-xs-line-height: calc(16px * 1.6); 
}
&[data-line-height='5']{
--typography-text-xs-line-height: calc(16px * 1.8); 
}
&[data-line-height='6']{
--typography-text-xs-line-height: calc(16px * 2); 
}
}

}
}
