@charset "UTF-8";


h1{
    font-family: var(--thm-font);
    font-style: normal;
    letter-spacing: -0.4px;
    padding: 0;
    margin: 0;
    color: rgb(52, 52, 52);
    line-height: 1.0;
    letter-spacing: -0.01em;

}
h2{
    font-family: var(--thm-font);
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: rgb(52, 52, 52) !important;
    font-size: 3.25rem;
    letter-spacing: -1px;
    margin-bottom: 4rem;
	
	}
	p{font-size: 20px;
    font-weight: 400;
    color: rgb(52, 52, 52);
    font-family: var(--thm-font);
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.02em;
		
		}
a{font-family: var(--thm-font);}
h3{font-family: var(--thm-font);}
h4{font-family: var(--thm-font);}
h5{font-family: var(--thm-font);}


