h1,
h2,
h3,
h4,
h5,
h6{

font-family:var(--font-family-heading);

}

h1{

font-size:var(--font-4xl);

font-weight:700;

line-height:1.2;

}

h2{

font-size:var(--font-3xl);

}

h3{

font-size:28px;

}

h4{

font-size:22px;

}

h5{

font-size:18px;

}

h6{

font-size:16px;

}

p{

font-size:16px;

color:var(--sv-text-light);

margin-bottom:16px;

}

small{

font-size:13px;

}

code,
kbd,
samp,
pre{

font-family:var(--font-family-mono);

}

.text-center{

text-align:center;

}

.text-right{

text-align:right;

}

.text-primary{

color:var(--sv-primary);

}

.text-muted{

color:var(--sv-text-light);

}
