/*
###################################
TYPOGRAPHY
###################################
*/

.font-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.font-heading {
    font-family: "Barlow Condensed", serif;
}

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.text-shadow-large {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow Condensed", serif;
    font-weight: 300;
/*     color: var(--gold); */
}

h1 {
/*     color: white; */
}



/* LG and up */
/* @media (min-width: 992px) { */


    h1 {
        font-size: 3.875rem;
        line-height: 3.875rem;
    }

    h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-bottom: 2.25rem;
    }

    h3 {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }

    main p {
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 400;
        margin-bottom: 1.375rem;
    }

    main ul {
/*         list-style-type: '\2014'; */
/*         padding-left: 1rem; */
    }

    main li {
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 400;
        margin-bottom: 0.75rem;
    }


    main li {
/*         padding-left: 1rem; */
    }

    .heading-small {
        font-size: 2.375rem;
    }

    .text-intro,
    .text-intro p,
    p.text-intro {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.75rem;
    }

    .text-larger,
    .text-larger p,
    p.text-larger {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.75rem;
    }

    .text-large,
    .text-large p,
    p.text-large {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.75rem;
    }

   .text-small,
   .text-small p,
   p.text-small {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    .blockquote {
        font-family: 'Gentium Book Plus', serif;
        font-size: 1.625rem;
        font-weight: 700;
    }

    .cite {
        font-size: 1.25rem;
        font-weight: 800;
        font-style: normal;
    }


/* } */
