/*
###########################################################
REGULAR
###########################################################
*/

html{
	font-family: var(--font-base);
	font-weight: normal;
	font-size: var(--base-font-size);
	line-height: 1.6;
}

body{
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: var(--font-alt);
    line-height: 1.2;
    padding-bottom: 1em;
}

h1{
    font-family: var(--font-special);
    font-size: 3em;
    padding-bottom: 0.25em;
}

h2{
    font-size: 2.25em;
    padding-bottom: 0.5em;
}

h3{
    font-size: 1.875em;
    padding-bottom: 0.75em;
}

h4{
    font-size: 1.375em;
}

h5{
    font-family: var(--font-light);
    font-size: 1.188em;
}

h6{
    font-family: var(--font-base-bold);
    font-size: 1.188rem;
}

p{
    padding-bottom: 1em;
    display: inline-block;
}

p em{
	font-family: var(--font-base-italic);
}

strong{
    font-family: var(--font-base-bold);
}

small{
    font-size: 0.813rem;
}

a{
    transition: all 0.4s ease-in-out;
}

li a,
p a{
    color: var(--color-sc) !important;
}

li a:hover,
p a:hover{
    color: var(--color-fg) !important;
    text-decoration: underline;
}

sup{
    font-size: xx-small;
    vertical-align: super;
}

ul{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1rem;
    padding-bottom: 1.375em;
    padding-top: 0.5em;
}

ul ul{
    padding-bottom: 0.25em;
    padding-top: 0.25em;
}

li{
    padding-bottom: 0.5em;
}

blockquote{
	font-family: var(--font-alt);
	font-size: 1.875em;
	line-height: 1.2;
	padding-top: 1em;
	padding-bottom: 1rem;
}

blockquote em{
	font-family: var(--font-italic);
}

@media only screen and (min-width: 768px) {
    h1{
        font-size: 3.75em;
    }
}

@media only screen and (max-width: 480px) {
    h1{
        font-size: 2.25em;
    }

    h2{
        font-size: 1.875em;
    }

    h3{
        font-size: 1.375em;
    }

    h4{
        font-size: 1.188em;
    }
}


/*
###########################################################
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 only screen and (min-width: 768px) {
    .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 only screen and (min-width: 768px) {
    .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;}
