/*
###########################################################
REGULAR
###########################################################
*/

html{
	font-family: var(--font-base);
	font-weight: normal;
	font-size: 16px;
	line-height: 1.7;
}

h1{
	font-family: var(--font-alt);
    font-size: 3rem;
    line-height: 1.125;
    margin-top: 3rem;    
}
@media (min-width: 735px) {
    h1{
        font-size: 4rem;
    }   
}

h2{
	font-family: var(--font-alt);
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 3rem;
}
@media (min-width: 735px) {
    h2{
        font-size: 2rem;
    }   
}

h3{
    font-family: var(--font-base-bold);
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

p{
    margin-top: 1rem;
}

p em{
	font-family: var(--font-base-italic);
}

blockquote{
	font-family: var(--font-alt);
	font-size: 2rem;
	line-height: 1.2;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (min-width: 735px) {
    blockquote{
        font-size: 2.5rem;
    } 
}

blockquote em{
	font-family: var(--font-alt-italic);
}

strong{
	font-family: var(--font-base-bold);
}

sup{
    font-size: xx-small;
    vertical-align: super;  
}

ul{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.2rem;
}





/*
###########################################################
SMALL
###########################################################
*/

.small{
    font-size: 14px;
}

.small h1,
.small h2,
.small h3,
.small p{
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.small h1{font-size: 3em;}
.small h2{font-size: 1.5em;}
.small h3{font-size: 1.2em;}





/*
###########################################################
XSMALL
###########################################################
*/

.xsmall{
    font-size: 12px;
}

.xsmall h1,
.xsmall h2,
.xsmall h3,
.xsmall p{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.xsmall h1{font-size: 3em;}
.xsmall h2{font-size: 1.5em;}
.xsmall h3{font-size: 1.2em;}





/*
###########################################################
BIG
###########################################################
*/

.big{font-size: 20px;}
@media (min-width: 735px) {
    .big{font-size: 24px;}
}
.big h1{font-size: 3em;}
.big h2{font-size: 2em;}
.big h3{font-size: 1.5em;}
.big blockquote{font-size: 2em;}




/*
###########################################################
HUGE
###########################################################
*/

.huge{font-size: 28px;}
@media (min-width: 735px) {
    .huge{font-size: 48px;}  
}
.huge h1{font-size: 3em;}
.huge h2{font-size: 2em;}
.huge h3{font-size: 1.5em;}
.huge blockquote{font-size: 2em;}