:root {
    --ama-content-width: 80rem;
    --ama-content-width-wide: 90rem;

    --ama-font-family-body: Arimo, sans-serif;
    --ama-font-family-headings: var(--ama-font-family-body);

    --ama-font-weight-body: 400;
    --ama-font-weight-headings: 400;

    --ama-line-height-body: calc(24 / 17);

    --ama-font-size-body: 1.0625rem;
    --ama-font-size-small: 0.8125rem;
    --ama-font-size-medium: 1rem;
    --ama-font-size-large: 1.125rem;
    --ama-font-size-x-large: 1.5rem;

    --ama-letter-spacing-body: 0;
    --ama-letter-spacing-headings: -.02em;

    --ama-h1-font-size: 3rem;
    --ama-h2-font-size: 2.125rem;
    --ama-h3-font-size: 1.5rem;
    --ama-h4-font-size: 1rem;
    --ama-h5-font-size: 0.9375rem;
    --ama-h6-font-size: 0.9375rem;

    --ama-h1-line-height: calc(53 / 48);
    --ama-h2-line-height: calc(40 / 34);
    --ama-h3-line-height: var(--ama-line-height-body);
    --ama-h4-line-height: var(--ama-line-height-body);
    --ama-h5-line-height: var(--ama-line-height-body);
    --ama-h6-line-height: var(--ama-line-height-body);

    --ama-paragraph-margin-bottom: calc(21 / 17 * 1rem);

    --ama-header-height: 6.25rem;

    --ama-gutter: var(--ama-spacer-s40);
    --ama-gutter-half: calc(var(--ama-gutter) / 2);
    --ama-gutter-double: calc(var(--ama-gutter) * 2);

    --ama-box-shadow: 5px 5px 15px rgba(0, 0, 0, .05);

    @media (max-width: 768px) {
        --ama-header-height: 5rem;
    }
}