
:root[data-theme=teladoc][data-mode=dark] {
    --accessibility-focus-outer-shadow: rgba(81,86,245,.7);
    --accessibility-focus-inner-shadow: #000
}

:root[data-theme=teladoc][data-mode=light] {
    --accessibility-focus-outer-shadow: rgba(60,23,232,.6);
    --accessibility-focus-inner-shadow: #fff;
    --color-neutral-background: #fff;
    --color-neutral-background-variant: #f7f9f9;
    --color-neutral-on-background: #171717;
    --color-neutral-on-background-subdued: #444443;
    --color-neutral-surface: #fff;
    --color-neutral-surface-variant: #f7f9f9;
    --color-neutral-surface-shade: #dfe0df;
    --color-neutral-on-surface: #171717;
    --color-neutral-on-surface-subdued: #444443;
    --color-neutral-on-surface-placeholder: #444443;
    --color-neutral-surface-states-surface-disabled: #dfe0df;
    --color-neutral-on-surface-states-on-surface-disabled: #6f6f6f;
    --color-neutral-surface-inverted-tint: #444443;
    --color-neutral-surface-inverted: #171717;
    --color-neutral-surface-inverted-shade: #000;
    --color-neutral-on-surface-inverted-tint: #fff;
    --color-neutral-on-surface-inverted: #fff;
    --color-neutral-on-surface-inverted-shade: #fff;
    --color-neutral-stroke: #dfe0df;
    --color-neutral-stroke-form-border: #6f6f6f;
    --color-neutral-elevation: #000;
    --color-interactive-primary-tint: #efe9fc;
    --color-interactive-primary: #422981;
    --color-interactive-primary-shade: #351f65;
    --color-interactive-on-primary-tint: #351f65;
    --color-interactive-on-primary: #fff;
    --color-interactive-on-primary-shade: #fff;
    --color-interactive-secondary-tint: #f5f0fd;
    --color-interactive-secondary: #5156f5;
    --color-interactive-secondary-shade: #3910b8;
    --color-interactive-on-secondary-tint: #3910b8;
    --color-interactive-on-secondary: #fff;
    --color-interactive-on-secondary-shade: #fff;
    --color-status-highlight-tint: #dcf3fa;
    --color-status-highlight: #0078bc;
    --color-status-highlight-shade: #00498a;
    --color-status-on-highlight-tint: #00498a;
    --color-status-on-highlight: #fff;
    --color-status-on-highlight-shade: #fff;
    --color-status-success-tint: #e5f5e5;
    --color-status-success: #078708;
    --color-status-success-shade: #005c00;
    --color-status-on-success-tint: #005c00;
    --color-status-on-success: #fff;
    --color-status-on-success-shade: #fff;
    --color-status-warning-tint: #fffdf2;
    --color-status-warning: #ffd60a;
    --color-status-warning-shade: #a25e00;
    --color-status-on-warning-tint: #a25e00;
    --color-status-on-warning: #874600;
    --color-status-on-warning-shade: #fff;
    --color-status-critical-tint: #fff2fc;
    --color-status-critical: #cd000a;
    --color-status-critical-shade: #870002;
    --color-status-on-critical-tint: #870002;
    --color-status-on-critical: #fff;
    --color-status-on-critical-shade: #fff;
    --color-status-critical-background: #fff;
    --color-status-on-critical-background: #fff
}

:root[data-theme=teladoc][data-mode=dark] {
    --color-neutral-background: #121212;
    --color-neutral-background-variant: #232323;
    --color-neutral-on-background: #f7f9f9;
    --color-neutral-on-background-subdued: #a3a4a4;
    --color-neutral-surface: #171717;
    --color-neutral-surface-variant: #1e1e1e;
    --color-neutral-surface-shade: #1e1e1e;
    --color-neutral-on-surface: #f7f9f9;
    --color-neutral-on-surface-subdued: #a3a4a4;
    --color-neutral-on-surface-placeholder: #a3a4a4;
    --color-neutral-surface-states-surface-disabled: #2b2b2b;
    --color-neutral-on-surface-states-on-surface-disabled: #737474;
    --color-neutral-surface-inverted-tint: #fff;
    --color-neutral-surface-inverted: #ebeded;
    --color-neutral-surface-inverted-shade: #dfe1e1;
    --color-neutral-on-surface-inverted-tint: #171717;
    --color-neutral-on-surface-inverted: #171717;
    --color-neutral-on-surface-inverted-shade: #171717;
    --color-neutral-stroke: #434343;
    --color-neutral-stroke-form-border: #737474;
    --color-neutral-elevation: #fff;
    --color-interactive-primary-tint: #858df8;
    --color-interactive-primary: #6b5cf5;
    --color-interactive-primary-shade: #6240e8;
    --color-interactive-on-primary-tint: #171717;
    --color-interactive-on-primary: #fff;
    --color-interactive-on-primary-shade: #fff;
    --color-interactive-secondary-tint: #858df8;
    --color-interactive-secondary: #a1b1fa;
    --color-interactive-secondary-shade: #858df8;
    --color-interactive-on-secondary-tint: #171717;
    --color-interactive-on-secondary: #171717;
    --color-interactive-on-secondary-shade: #171717;
    --color-status-highlight-tint: #b0e9f8;
    --color-status-highlight: #00b5e2;
    --color-status-highlight-shade: #005895;
    --color-status-on-highlight-tint: #171717;
    --color-status-on-highlight: #171717;
    --color-status-on-highlight-shade: #fff;
    --color-status-success-tint: #9ce390;
    --color-status-success: #0fac27;
    --color-status-success-shade: #178d2c;
    --color-status-on-success-tint: #171717;
    --color-status-on-success: #171717;
    --color-status-on-success-shade: #fff;
    --color-status-warning-tint: #a76c00;
    --color-status-warning: #d9a000;
    --color-status-warning-shade: #ecb801;
    --color-status-on-warning-tint: #171717;
    --color-status-on-warning: #171717;
    --color-status-on-warning-shade: #171717;
    --color-status-critical-tint: #ffa5b9;
    --color-status-critical: #ff485d;
    --color-status-critical-shade: #ff637b;
    --color-status-on-critical-tint: #171717;
    --color-status-on-critical: #171717;
    --color-status-on-critical-shade: #171717;
    --color-status-critical-background: #e62338;
    --color-status-on-critical-background: #fff
}

:root[data-theme=teladoc] {
    --elevation-none: none
}

:root[data-theme=teladoc][data-mode=light] {
    --elevation-button: var(--elevation-none);
    --elevation-iconButton: 0px 1px 4px 1px rgba(0,0,0,.08);
    --elevation-dropdownMenu: 0px 4px 10px 0px rgba(0,0,0,.16);
    --elevation-loadingIndicator: 0px 8px 20px 0px rgba(0,0,0,.16);
    --elevation-card: 0px 12px 30px 0px rgba(0,0,0,.16);
    --elevation-modal: 0px 12px 30px 0px rgba(0,0,0,.16);
    --elevation-notification: 0px 12px 30px 0px rgba(0,0,0,.16);
    --elevation-focus: 0px 0px 2px 4px rgba(81,86,245,.6);
    --elevation-focusTertiaryButton: 0px 0px 2px 6px rgba(81,86,245,.6)
}

:root[data-theme=teladoc][data-mode=dark] {
    --elevation-button: var(--elevation-none);
    --elevation-iconButton: 0px 1px 4px 1px rgba(0,0,0,.96);
    --elevation-dropdownMenu: 0px 4px 10px 0px rgba(0,0,0,.88);
    --elevation-loadingIndicator: 0px 8px 20px 0px rgba(0,0,0,.8);
    --elevation-card: 0px 12px 30px 0px rgba(0,0,0,.72);
    --elevation-modal: 0px 12px 30px 0px rgba(0,0,0,.72);
    --elevation-notification: 0px 12px 30px 0px rgba(0,0,0,.72);
    --elevation-focus: 0px 0px 0px 4px #bccffc;
    --elevation-focusTertiaryButton: 0px 0px 0px 6px #bccffc
}

:root {
    --motion-ease-in: 0.3s cubic-bezier(0.42,0,1,1);
    --motion-ease-out: 0.3s cubic-bezier(0,0,0.58,1);
    --motion-ease-in-out: 0.3s cubic-bezier(0.42,0,0.58,1);
    --motion-ease-in-back: 0.3s cubic-bezier(0.3,-0.05,0.7,-0.5);
    --motion-ease-out-back: 0.3s cubic-bezier(0.45,1.45,0.8,1);
    --motion-ease-in-out-back: 0.3s cubic-bezier(0.7,-0.4,0.4,1.4);
    --motion-custom-accelerate: 0.3s cubic-bezier(0.8999999761581421,0.10000000149011612,1,0.20000000298023224)
}

@font-face {
    font-display: swap;
    font-family: Effra;
    font-style: normal;
    font-weight: 400;
    src: url(https://assets.livongo.com/raw/upload/v1632236564/fonts/effra/effra-400.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Effra;
    font-style: normal;
    font-weight: 500;
    src: url(https://assets.livongo.com/raw/upload/v1632236564/fonts/effra/effra-500.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Effra;
    font-style: normal;
    font-weight: 700;
    src: url(https://assets.livongo.com/raw/upload/v1632236564/fonts/effra/effra-700.woff2) format("woff2")
}

:root[data-theme=teladoc] {
    --radius-checkbox: 4px;
    --radius-paginationNumber: 4px;
    --radius-tab: 4px;
    --radius-tertiaryButton: 4px;
    --radius-tooltip: 4px;
    --radius-formGroupError: 8px;
    --radius-loadingIndicator: 8px;
    --radius-card: 12px;
    --radius-chip: 12px;
    --radius-input: 12px;
    --radius-modal: 12px;
    --radius-notification: 12px;
    --radius-avatar: 9999px;
    --radius-badge: 9999px;
    --radius-button: 9999px;
    --radius-iconButton: 9999px;
    --radius-progress: 9999px;
    --radius-radio: 9999px;
    --radius-tag: 9999px;
    --radius-toggle: 9999px
}

:root {
    --space-16: 128px;
    --space-8: 64px;
    --space-4: 32px;
    --space-3: 24px;
    --space-2: 16px;
    --space-base: 8px;
    --space-1\.5: 12px;
    --space-0\.5: 4px
}

:root[data-theme=teladoc] {
    --large-heading-xl-font-family: Effra,sans-serif;
    --large-heading-xl-font-size: 2.8125rem;
    --large-heading-xl-font-weight: 700;
    --large-heading-xl-letter-spacing: normal;
    --large-heading-xl-line-height: 1.067;
    --large-heading-xl-text-transform: none;
    --large-heading-xl-text-decoration: none;
    --large-heading-lg-font-family: Effra,sans-serif;
    --large-heading-lg-font-size: 2.3125rem;
    --large-heading-lg-font-weight: 700;
    --large-heading-lg-letter-spacing: normal;
    --large-heading-lg-line-height: 1.081;
    --large-heading-lg-text-transform: none;
    --large-heading-lg-text-decoration: none;
    --large-heading-md-font-family: Effra,sans-serif;
    --large-heading-md-font-size: 1.875rem;
    --large-heading-md-font-weight: 700;
    --large-heading-md-letter-spacing: normal;
    --large-heading-md-line-height: 1.200;
    --large-heading-md-text-transform: none;
    --large-heading-md-text-decoration: none;
    --large-heading-sm-font-family: Effra,sans-serif;
    --large-heading-sm-font-size: 1.625rem;
    --large-heading-sm-font-weight: 500;
    --large-heading-sm-letter-spacing: normal;
    --large-heading-sm-line-height: 1.231;
    --large-heading-sm-text-transform: none;
    --large-heading-sm-text-decoration: none;
    --large-heading-xs-font-family: Effra,sans-serif;
    --large-heading-xs-font-size: 1.375rem;
    --large-heading-xs-font-weight: 400;
    --large-heading-xs-letter-spacing: normal;
    --large-heading-xs-line-height: 1.273;
    --large-heading-xs-text-transform: none;
    --large-heading-xs-text-decoration: none;
    --large-body-default-font-family: Effra,sans-serif;
    --large-body-default-font-size: 1.125rem;
    --large-body-default-font-weight: 400;
    --large-body-default-letter-spacing: normal;
    --large-body-default-line-height: 1.556;
    --large-body-default-text-transform: none;
    --large-body-default-text-decoration: none;
    --large-body-medium-font-family: Effra,sans-serif;
    --large-body-medium-font-size: 1.125rem;
    --large-body-medium-font-weight: 500;
    --large-body-medium-letter-spacing: normal;
    --large-body-medium-line-height: 1.556;
    --large-body-medium-text-transform: none;
    --large-body-medium-text-decoration: none;
    --large-body-strong-font-family: Effra,sans-serif;
    --large-body-strong-font-size: 1.125rem;
    --large-body-strong-font-weight: 700;
    --large-body-strong-letter-spacing: normal;
    --large-body-strong-line-height: 1.556;
    --large-body-strong-text-transform: none;
    --large-body-strong-text-decoration: none;
    --large-body-text-link-font-family: Effra,sans-serif;
    --large-body-text-link-font-size: 1.125rem;
    --large-body-text-link-font-weight: 500;
    --large-body-text-link-letter-spacing: normal;
    --large-body-text-link-line-height: 1.556;
    --large-body-text-link-text-transform: none;
    --large-body-text-link-text-decoration: underline;
    --large-small-default-font-family: Effra,sans-serif;
    --large-small-default-font-size: 0.9375rem;
    --large-small-default-font-weight: 400;
    --large-small-default-letter-spacing: normal;
    --large-small-default-line-height: 1.333;
    --large-small-default-text-transform: none;
    --large-small-default-text-decoration: none;
    --large-small-medium-font-family: Effra,sans-serif;
    --large-small-medium-font-size: 0.9375rem;
    --large-small-medium-font-weight: 500;
    --large-small-medium-letter-spacing: normal;
    --large-small-medium-line-height: 1.333;
    --large-small-medium-text-transform: none;
    --large-small-medium-text-decoration: none;
    --large-small-strong-font-family: Effra,sans-serif;
    --large-small-strong-font-size: 0.9375rem;
    --large-small-strong-font-weight: 700;
    --large-small-strong-letter-spacing: normal;
    --large-small-strong-line-height: 1.333;
    --large-small-strong-text-transform: none;
    --large-small-strong-text-decoration: none;
    --large-small-text-link-font-family: Effra,sans-serif;
    --large-small-text-link-font-size: 0.9375rem;
    --large-small-text-link-font-weight: 500;
    --large-small-text-link-letter-spacing: normal;
    --large-small-text-link-line-height: 1.333;
    --large-small-text-link-text-transform: none;
    --large-small-text-link-text-decoration: underline;
    --large-input-default-font-family: Effra,sans-serif;
    --large-input-default-font-size: 1.125rem;
    --large-input-default-font-weight: 400;
    --large-input-default-letter-spacing: normal;
    --large-input-default-line-height: 1.111;
    --large-input-default-text-transform: none;
    --large-input-default-text-decoration: none;
    --large-input-strong-font-family: Effra,sans-serif;
    --large-input-strong-font-size: 1.125rem;
    --large-input-strong-font-weight: 500;
    --large-input-strong-letter-spacing: normal;
    --large-input-strong-line-height: 1.111;
    --large-input-strong-text-transform: none;
    --large-input-strong-text-decoration: none;
    --large-input-text-link-font-family: Effra,sans-serif;
    --large-input-text-link-font-size: 1.125rem;
    --large-input-text-link-font-weight: 500;
    --large-input-text-link-letter-spacing: normal;
    --large-input-text-link-line-height: 1.111;
    --large-input-text-link-text-transform: none;
    --large-input-text-link-text-decoration: underline;
    --large-button-regular-font-family: Effra,sans-serif;
    --large-button-regular-font-size: 1.125rem;
    --large-button-regular-font-weight: 400;
    --large-button-regular-letter-spacing: normal;
    --large-button-regular-line-height: 1.111;
    --large-button-regular-text-transform: none;
    --large-button-regular-text-decoration: none;
    --large-button-medium-font-family: Effra,sans-serif;
    --large-button-medium-font-size: 1.125rem;
    --large-button-medium-font-weight: 500;
    --large-button-medium-letter-spacing: normal;
    --large-button-medium-line-height: 1.111;
    --large-button-medium-text-transform: none;
    --large-button-medium-text-decoration: none;
    --large-button-bold-font-family: Effra,sans-serif;
    --large-button-bold-font-size: 1.125rem;
    --large-button-bold-font-weight: 700;
    --large-button-bold-letter-spacing: normal;
    --large-button-bold-line-height: 1.111;
    --large-button-bold-text-transform: none;
    --large-button-bold-text-decoration: none;
    --large-button-tertiary-hover-font-family: Effra,sans-serif;
    --large-button-tertiary-hover-font-size: 1.125rem;
    --large-button-tertiary-hover-font-weight: 500;
    --large-button-tertiary-hover-letter-spacing: normal;
    --large-button-tertiary-hover-line-height: 1.111;
    --large-button-tertiary-hover-text-transform: none;
    --large-button-tertiary-hover-text-decoration: underline;
    --large-button-small-font-family: Effra,sans-serif;
    --large-button-small-font-size: 0.75rem;
    --large-button-small-font-weight: 500;
    --large-button-small-letter-spacing: normal;
    --large-button-small-line-height: 1.000;
    --large-button-small-text-transform: none;
    --large-button-small-text-decoration: none;
    --large-button-large-font-family: Effra,for large-sized button labels;
    --large-button-large-font-size: 1.625rem;
    --large-button-large-font-weight: 700;
    --large-button-large-letter-spacing: normal;
    --large-button-large-line-height: 1.231;
    --large-button-large-text-transform: none;
    --large-button-large-text-decoration: none;
    --large-tag-default-font-family: Effra,;
    --large-tag-default-font-size: 0.9375rem;
    --large-tag-default-font-weight: 400;
    --large-tag-default-letter-spacing: normal;
    --large-tag-default-line-height: 1.333;
    --large-tag-default-text-transform: none;
    --large-tag-default-text-decoration: none;
    --large-tag-medium-font-family: Effra,;
    --large-tag-medium-font-size: 0.9375rem;
    --large-tag-medium-font-weight: 500;
    --large-tag-medium-letter-spacing: normal;
    --large-tag-medium-line-height: 1.333;
    --large-tag-medium-text-transform: none;
    --large-tag-medium-text-decoration: none;
    --large-badge-medium-font-family: Effra,displaying count of a medium sized badge;
    --large-badge-medium-font-size: 0.75rem;
    --large-badge-medium-font-weight: 500;
    --large-badge-medium-letter-spacing: normal;
    --large-badge-medium-line-height: 1.000;
    --large-badge-medium-text-transform: none;
    --large-badge-medium-text-decoration: none;
    --large-badge-large-font-family: Effra,count display in a large badge;
    --large-badge-large-font-size: 1rem;
    --large-badge-large-font-weight: 700;
    --large-badge-large-letter-spacing: normal;
    --large-badge-large-line-height: 1.000;
    --large-badge-large-text-transform: none;
    --large-badge-large-text-decoration: none;
    --large-data-lg-font-family: Effra,sans-serif;
    --large-data-lg-font-size: 3.375rem;
    --large-data-lg-font-weight: 700;
    --large-data-lg-letter-spacing: normal;
    --large-data-lg-line-height: 1.037;
    --large-data-lg-text-transform: none;
    --large-data-lg-text-decoration: none;
    --large-data-md-font-family: Effra,sans-serif;
    --large-data-md-font-size: 2.625rem;
    --large-data-md-font-weight: 700;
    --large-data-md-letter-spacing: normal;
    --large-data-md-line-height: 1.048;
    --large-data-md-text-transform: none;
    --large-data-md-text-decoration: none;
    --large-data-sm-font-family: Effra,sans-serif;
    --large-data-sm-font-size: 1.875rem;
    --large-data-sm-font-weight: 700;
    --large-data-sm-letter-spacing: normal;
    --large-data-sm-line-height: 1.067;
    --large-data-sm-text-transform: none;
    --large-data-sm-text-decoration: none;
    --large-data-xs-font-family: Effra,sans-serif;
    --large-data-xs-font-size: 1rem;
    --large-data-xs-font-weight: 700;
    --large-data-xs-letter-spacing: normal;
    --large-data-xs-line-height: 1.000;
    --large-data-xs-text-transform: none;
    --large-data-xs-text-decoration: none;
    --small-heading-xl-font-family: Effra,sans-serif;
    --small-heading-xl-font-size: 2.25rem;
    --small-heading-xl-font-weight: 700;
    --small-heading-xl-letter-spacing: normal;
    --small-heading-xl-line-height: 1.111;
    --small-heading-xl-text-transform: none;
    --small-heading-xl-text-decoration: none;
    --small-heading-lg-font-family: Effra,sans-serif;
    --small-heading-lg-font-size: 2rem;
    --small-heading-lg-font-weight: 700;
    --small-heading-lg-letter-spacing: normal;
    --small-heading-lg-line-height: 1.125;
    --small-heading-lg-text-transform: none;
    --small-heading-lg-text-decoration: none;
    --small-heading-md-font-family: Effra,sans-serif;
    --small-heading-md-font-size: 1.5rem;
    --small-heading-md-font-weight: 700;
    --small-heading-md-letter-spacing: normal;
    --small-heading-md-line-height: 1.167;
    --small-heading-md-text-transform: none;
    --small-heading-md-text-decoration: none;
    --small-heading-sm-font-family: Effra,sans-serif;
    --small-heading-sm-font-size: 1.375rem;
    --small-heading-sm-font-weight: 500;
    --small-heading-sm-letter-spacing: normal;
    --small-heading-sm-line-height: 1.091;
    --small-heading-sm-text-transform: none;
    --small-heading-sm-text-decoration: none;
    --small-heading-xs-font-family: Effra,sans-serif;
    --small-heading-xs-font-size: 1.25rem;
    --small-heading-xs-font-weight: 400;
    --small-heading-xs-letter-spacing: normal;
    --small-heading-xs-line-height: 1.200;
    --small-heading-xs-text-transform: none;
    --small-heading-xs-text-decoration: none;
    --small-body-default-font-family: Effra,sans-serif;
    --small-body-default-font-size: 1.125rem;
    --small-body-default-font-weight: 400;
    --small-body-default-letter-spacing: normal;
    --small-body-default-line-height: 1.333;
    --small-body-default-text-transform: none;
    --small-body-default-text-decoration: none;
    --small-body-medium-font-family: Effra,sans-serif;
    --small-body-medium-font-size: 1.125rem;
    --small-body-medium-font-weight: 500;
    --small-body-medium-letter-spacing: normal;
    --small-body-medium-line-height: 1.333;
    --small-body-medium-text-transform: none;
    --small-body-medium-text-decoration: none;
    --small-body-strong-font-family: Effra,sans-serif;
    --small-body-strong-font-size: 1.125rem;
    --small-body-strong-font-weight: 700;
    --small-body-strong-letter-spacing: normal;
    --small-body-strong-line-height: 1.333;
    --small-body-strong-text-transform: none;
    --small-body-strong-text-decoration: none;
    --small-body-text-link-font-family: Effra,sans-serif;
    --small-body-text-link-font-size: 1.125rem;
    --small-body-text-link-font-weight: 500;
    --small-body-text-link-letter-spacing: normal;
    --small-body-text-link-line-height: 1.333;
    --small-body-text-link-text-transform: none;
    --small-body-text-link-text-decoration: underline;
    --small-small-default-font-family: Effra,sans-serif;
    --small-small-default-font-size: 0.9375rem;
    --small-small-default-font-weight: 400;
    --small-small-default-letter-spacing: normal;
    --small-small-default-line-height: 1.333;
    --small-small-default-text-transform: none;
    --small-small-default-text-decoration: none;
    --small-small-medium-font-family: Effra,sans-serif;
    --small-small-medium-font-size: 0.9375rem;
    --small-small-medium-font-weight: 500;
    --small-small-medium-letter-spacing: normal;
    --small-small-medium-line-height: 1.333;
    --small-small-medium-text-transform: none;
    --small-small-medium-text-decoration: none;
    --small-small-strong-font-family: Effra,sans-serif;
    --small-small-strong-font-size: 0.9375rem;
    --small-small-strong-font-weight: 700;
    --small-small-strong-letter-spacing: normal;
    --small-small-strong-line-height: 1.333;
    --small-small-strong-text-transform: none;
    --small-small-strong-text-decoration: none;
    --small-small-text-link-font-family: Effra,sans-serif;
    --small-small-text-link-font-size: 0.9375rem;
    --small-small-text-link-font-weight: 500;
    --small-small-text-link-letter-spacing: normal;
    --small-small-text-link-line-height: 1.333;
    --small-small-text-link-text-transform: none;
    --small-small-text-link-text-decoration: underline;
    --small-input-default-font-family: Effra,sans-serif;
    --small-input-default-font-size: 1.125rem;
    --small-input-default-font-weight: 400;
    --small-input-default-letter-spacing: normal;
    --small-input-default-line-height: 1.111;
    --small-input-default-text-transform: none;
    --small-input-default-text-decoration: none;
    --small-input-strong-font-family: Effra,sans-serif;
    --small-input-strong-font-size: 1.125rem;
    --small-input-strong-font-weight: 500;
    --small-input-strong-letter-spacing: normal;
    --small-input-strong-line-height: 1.111;
    --small-input-strong-text-transform: none;
    --small-input-strong-text-decoration: none;
    --small-input-text-link-font-family: Effra,sans-serif;
    --small-input-text-link-font-size: 1.125rem;
    --small-input-text-link-font-weight: 500;
    --small-input-text-link-letter-spacing: normal;
    --small-input-text-link-line-height: 1.111;
    --small-input-text-link-text-transform: none;
    --small-input-text-link-text-decoration: underline;
    --small-button-regular-font-family: Effra,sans-serif;
    --small-button-regular-font-size: 1.125rem;
    --small-button-regular-font-weight: 400;
    --small-button-regular-letter-spacing: normal;
    --small-button-regular-line-height: 1.111;
    --small-button-regular-text-transform: none;
    --small-button-regular-text-decoration: none;
    --small-button-medium-font-family: Effra,sans-serif;
    --small-button-medium-font-size: 1.125rem;
    --small-button-medium-font-weight: 500;
    --small-button-medium-letter-spacing: normal;
    --small-button-medium-line-height: 1.111;
    --small-button-medium-text-transform: none;
    --small-button-medium-text-decoration: none;
    --small-button-bold-font-family: Effra,sans-serif;
    --small-button-bold-font-size: 1.125rem;
    --small-button-bold-font-weight: 700;
    --small-button-bold-letter-spacing: normal;
    --small-button-bold-line-height: 1.111;
    --small-button-bold-text-transform: none;
    --small-button-bold-text-decoration: none;
    --small-button-tertiary-hover-font-family: Effra,sans-serif;
    --small-button-tertiary-hover-font-size: 1.125rem;
    --small-button-tertiary-hover-font-weight: 500;
    --small-button-tertiary-hover-letter-spacing: normal;
    --small-button-tertiary-hover-line-height: 1.111;
    --small-button-tertiary-hover-text-transform: none;
    --small-button-tertiary-hover-text-decoration: underline;
    --small-button-small-font-family: Effra,sans-serif;
    --small-button-small-font-size: 0.75rem;
    --small-button-small-font-weight: 500;
    --small-button-small-letter-spacing: normal;
    --small-button-small-line-height: 1.000;
    --small-button-small-text-transform: none;
    --small-button-small-text-decoration: none;
    --small-button-large-font-family: Effra,;
    --small-button-large-font-size: 1.625rem;
    --small-button-large-font-weight: 700;
    --small-button-large-letter-spacing: normal;
    --small-button-large-line-height: 1.231;
    --small-button-large-text-transform: none;
    --small-button-large-text-decoration: none;
    --small-tag-default-font-family: Effra,;
    --small-tag-default-font-size: 0.9375rem;
    --small-tag-default-font-weight: 400;
    --small-tag-default-letter-spacing: normal;
    --small-tag-default-line-height: 1.333;
    --small-tag-default-text-transform: none;
    --small-tag-default-text-decoration: none;
    --small-tag-medium-font-family: Effra,;
    --small-tag-medium-font-size: 0.9375rem;
    --small-tag-medium-font-weight: 500;
    --small-tag-medium-letter-spacing: normal;
    --small-tag-medium-line-height: 1.333;
    --small-tag-medium-text-transform: none;
    --small-tag-medium-text-decoration: none;
    --small-badge-medium-font-family: Effra,displaying count in a small screen,medium sized badge;
    --small-badge-medium-font-size: 0.75rem;
    --small-badge-medium-font-weight: 500;
    --small-badge-medium-letter-spacing: normal;
    --small-badge-medium-line-height: 1.000;
    --small-badge-medium-text-transform: none;
    --small-badge-medium-text-decoration: none;
    --small-badge-large-font-family: Effra,count display in a small screen,large badge;
    --small-badge-large-font-size: 1rem;
    --small-badge-large-font-weight: 700;
    --small-badge-large-letter-spacing: normal;
    --small-badge-large-line-height: 1.000;
    --small-badge-large-text-transform: none;
    --small-badge-large-text-decoration: none;
    --small-data-lg-font-family: Effra,sans-serif;
    --small-data-lg-font-size: 3.375rem;
    --small-data-lg-font-weight: 700;
    --small-data-lg-letter-spacing: normal;
    --small-data-lg-line-height: 1.037;
    --small-data-lg-text-transform: none;
    --small-data-lg-text-decoration: none;
    --small-data-md-font-family: Effra,sans-serif;
    --small-data-md-font-size: 2.625rem;
    --small-data-md-font-weight: 700;
    --small-data-md-letter-spacing: normal;
    --small-data-md-line-height: 1.048;
    --small-data-md-text-transform: none;
    --small-data-md-text-decoration: none;
    --small-data-sm-font-family: Effra,sans-serif;
    --small-data-sm-font-size: 1.5rem;
    --small-data-sm-font-weight: 700;
    --small-data-sm-letter-spacing: normal;
    --small-data-sm-line-height: 1.167;
    --small-data-sm-text-transform: none;
    --small-data-sm-text-decoration: none;
    --small-data-xs-font-family: Effra,sans-serif;
    --small-data-xs-font-size: 0.75rem;
    --small-data-xs-font-weight: 500;
    --small-data-xs-letter-spacing: normal;
    --small-data-xs-line-height: 1.000;
    --small-data-xs-text-transform: none;
    --small-data-xs-text-decoration: none
}
