:root {
    --font-family-primary: 'Roboto', sans-serif;
    --font-family-secondary: 'Roboto', sans-serif;

    /* Font sizes — scaled to 14px base */
    --font-size-h1: 5.5rem;
    /* 77px */
    --font-size-h2: 3.25rem;
    /* 45.5px */
    --font-size-h3: 2.5rem;
    /* 35px */
    --font-size-h4: 1.875rem;
    /* 26.25px */
    --font-size-h5: 1.375rem;
    /* 19.25px */
    --font-size-h6: 1.125rem;
    /* 15.75px */
    --font-size-body-1: 1rem;
    /* 14px */
    --font-size-body-2: 0.875rem;
    /* 12.25px */
    --font-size-subtitle-1: 1rem;
    --font-size-subtitle-2: 0.875rem;
    --font-size-button: 0.875rem;
    --font-size-caption: 0.75rem;
    /* 10.5px */
    --font-size-overline: 0.6875rem;
    /* 9.625px */

    /* Line heights */
    --line-height-h1: 5.5rem;
    --line-height-h2: 3.5rem;
    --line-height-h3: 2.75rem;
    --line-height-h4: 2.25rem;
    --line-height-h5: 1.875rem;
    --line-height-h6: 1.625rem;
    --line-height-body-1: 1.5rem;
    --line-height-body-2: 1.25rem;
    --line-height-subtitle-1: 1.625rem;
    --line-height-subtitle-2: 1.25rem;
    --line-height-button: 2.25rem;
    --line-height-caption: 1.125rem;
    --line-height-overline: 1.125rem;

    /* Font weights */
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
}

html,
body {
    font-family: var(--font-family-primary);
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
