/****
CSS Versions of SCSS include: _type
****/
/*****
 Base Font
*****/
.wf-active body {
    font-family: 'Figtree Subset', -apple-system, BlinkMacSystemFont, "Segoe UI", Figtree, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: "Nunito Sans", sans-serif;
    font-weight: inherit;
}
.wf-active-2 body {
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Figtree, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: "Nunito Sans", sans-serif;
    font-weight: inherit;
}
body {
    word-break: break-word;
}

/*****
 Headlines
*****/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: #0a0a0a;
}

h1, .h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 4.125rem;
}

h2, .h2 {
    font-size: 3rem;
    font-weight: 700;
}

h3, .h3 {
    font-size: 2.25rem;
    font-weight: 700;
}

h1,h2,h3 {
    margin-bottom:1.5rem;
}

h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
}

h5, .h5 {
    font-size: 1.625rem;
    line-height: 1.5;
}

h6, .h6 {
    font-size: 1rem;
    line-height: 1.5;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
}

@media only screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 2.75rem;
        line-height: 3.1875rem;
        font-family: "Figtree", sans-serif;
    }
    h1.entry-title {font-size: 2.0rem;line-height: 1.2;}
    h2, .h2 {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 480px) {
    h3, .h3 {
        font-size: 1.5rem;
    }
}
/*****
 Type Display classes
*****/
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.375rem;
    font-weight: 600;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .display-3 {
        /*font-size: 3rem;*/        
        font-size: 2.75rem;
        line-height: 3.1875rem;
        font-family: "Figtree", sans-serif;
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

/*****
 Horizontal Rules
*****/
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*****
 Emphasis
*****/
small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

/*****
 Lists
*****/
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

/*****
 Misc
*****/
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

/*****
 Blockquotes
*****/
.blockquote {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.blockquote-footer {
    display: block;
    font-weight: bold;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}
