.inter-200 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

.inter-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

.inter-700 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

*, html, body{
    font-family: "Inter", sans-serif;
}

#header #logo-title {
	text-indent: -99999999px;
	position: absolute;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	line-height: 1.6em;
	letter-spacing: .2px;
	color:var(--text-color);
}
a, p, span, div{
    font-size: var(--normal);
}
h1,h2,h3,h4,h5,h6{ font-weight: bold; color:var(--dark-text);}
h1{font-size:var(--xxlarge);}
h2{font-size:var(--xlarge);}
h3{font-size:var(--large);}
h4{font-size:var(--medium);}
h5{font-size:var(--normal);}
h6{font-size:var(--small);}

p {
	padding-bottom: 20px;
}

.txt-center{text-align: center;}
.txt-right{text-align: right;}
.txt-left{text-align: left;}
.section-title {
	margin-top: 50px;
	margin-bottom: 25px;
	font-size: 20px;
}
b, strong{font-weight: bold;color:inherit;}

a{ text-decoration: none; color:var(--link-color);}

i { color: inherit;}

.alt-color{color:var(--alt-color);}
.main-color, h2.main-color{color:var(--main-color);}
.gradient-color, h2.gradient-color{
  background: -webkit-linear-gradient(var(--main-color) 75%, var(--alt-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}