/**
 *
 * Maturity Typography Styles
 * Author:  edd@madewithmaturity.com
 * @package maturity
 * @link    madewithmaturity.com
 *
 */


/* BRANDON HEADINGS */
h1, h2, h3,
.uk-h1, .uk-h2, .uk-h3, h4, .uk-h4 {
font-family: var(--font-two);
font-style: normal;
font-weight: 100;
}

/* MRS EAVES HEADINGS */
h5, .uk-h5, h6, .uk-h6 {
font-family: var(--font-one);
font-style: normal;
}

h1,h2,h3,h4,h5,h6,.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6 {
    color: var(--main-blue);
}

p, body {
    font-family: var(--font-one);
    font-size: 0.8rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--main-blue);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smooth: antialiased;
}

a, .uk-link {
    color: var(--main-blue);
    text-decoration: none !important;
}

 h1, .uk-h1 {
	font-size: 2.5rem;
    line-height: 3rem;
}

h2, .uk-h2 {
	font-size: 2rem;
    line-height: 2.4rem;
}

h3, .uk-h3 {
	font-size: 1.4rem;
    line-height: 2rem;
} 


h4, .uk-h4 {
	font-size: 1rem;
    line-height: 1.6rem;
}


h5, .uk-h5 {
	font-size: 1rem;
    line-height: 1.75rem;
}


h6, .uk-h6 {
	font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    line-height: 1.5rem;
}

b, strong, .b {
    font-weight: 600;
    color: inherit;
}

i, em, .italic {
    font-style: italic;
    color: inherit;
}

.smalltext {
    font-size: 0.5rem;
}
.smalltext p {
    font-size: 12px;
    line-height: normal;
}


.text-box > p a:not(.snl-button), 
.post-container > p a:not(.snl-button), 
.uk-link {
    background: var(--main-gradient);
    background-position: 100% 50%;
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.5s;
}

.text-box > p a:not(.snl-button):hover, 
.post-container > p a:not(.snl-button):hover, 
.uk-link:hover, 
.uk-link-toggle:hover .uk-link {
    background-position: 0% 50%;
    text-decoration: none;
}

*::selection {
    background: var(--main-blue);
    color: #fff !important;
    -webkit-text-fill-color: #fff;
  }
