/* Font families
   ========================================================================== */
:root {
    --font-family: 'Atkinson';
    --font-family--subset: 'Oxygen';

}

/* Classic font sizes
   ========================================================================== */
:root {
    --font-size--nano: .625rem;     /* 10px */
    --font-size--micro: .75rem;     /* 12px */
    --font-size--milli: .875rem;    /* 14px */
    --font-size--uno: 1rem;         /* 16px */
    --font-size--kilo: 1.125rem;    /* 18px */
    --font-size--mega: 1.375rem;     /* 22px */
    --font-size--giga: 1.625rem;     /* 26px */
    --font-size--tera: 2rem;        /* 32px */
    --font-size--peta: 2.375rem;    /* 38px */
    --font-size--exa: 2.75rem;      /* 44px */
    --font-size--zetta: 3rem;       /* 48px */
    --font-size--yotta: 3.375rem;       /* 54px */
}

/* Font weights
   ========================================================================== */
:root {
    --font-weight--light: 300;
    --font-weight--regular: 400;
    --font-weight--medium: 500;
    --font-weight--semibold: 600;
    --font-weight--bold: 700;
    --font-weight--extrabold: 800;
}

/* Font styles
   ========================================================================== */
:root {
    --font-style--normal: normal;
    --font-style--italic: italic;
}

/* Line heights
   ========================================================================== */
:root {
    --line-height: 1.5;
    --line-height--heading: 1.22;
}
