/**
 * Snapshot of the design system fonts. Use these design system fonts variables in the styles.
 * Generated on Wed, 19 Apr 2023 14:52:13 GMT
 * example: font: var(--headline-xxxl);
 */

:root {
    --font-family-roboto: var(--oxygen-core-font-family-roboto: Roboto, arial, sans-serif);
    --font-family-montserrat: var(--oxygen-core-font-family-montserrat: Montserrat, arial, sans-serif);
    --font-weight-regular: var(--oxygen-core-font-weight-regular: normal);
    --font-weight-bold: var(oxygen-core-font-weight-bold: bold);
    --font-size-xs: var(--oxygen-core-font-size-xs: 1.2rem);
    --font-size-s: var(--oxygen-core-font-size-s: 1.4rem);
    --font-size-m: var(--oxygen-core-font-size-m: 1.6rem);
    --font-size-l: var(--oxygen-core-font-size-l: 1.8rem);
    --font-size-xl: var(--oxygen-core-font-size-xl: 2.4rem);
    --font-size-xxl: var(--oxygen-core-font-size-xxl: 3.2rem);
    --font-size-xxxl: var(--oxygen-core-font-size-xxxl: 4rem);
    --font-line-height-s: var(--oxygen-core-font-line-height-s: 1.6rem);
    --font-line-height-m: var(--oxygen-core-font-line-height-m: 2.4rem);
    --font-line-height-l: var(--oxygen-core-font-line-height-l: 3.2rem);
    --font-line-height-xl: var(--oxygen-core-font-line-height-xl: 4rem);
    --font-line-height-xxl: var(--oxygen-core-font-line-height-xxl: 5.6rem);
    --headline-xxxl: var(--oxygen-core-font-headline-xxxl);
    --headline-xxl: var(--oxygen-core-font-headline-xxl);
    --headline-xl: var(--oxygen-core-font-headline-xl);
    --title-l: var(--oxygen-core-font-title-l);
    --title-s: var(--oxygen-core-font-title-s);
    --body-m: var(--oxygen-core-font-body-m);
    --body-s: var(--oxygen-core-font-body-s);
    --body-xs: var(--oxygen-core-font-body-xs);
    --body-m-bold: var(--oxygen-core-font-body-m-bold);
    --body-s-bold: var(--oxygen-core-font-body-s-bold);
    --body-xs-bold: var(--oxygen-core-font-body-xs-bold);
}