html{
    font-family: var(--FontStack);
    font-size: 14px;
    font-weight: var(--font-wt-normal);
    line-height: 1.428;
}

/* html.touch-device{
    font-size: 16px;
} */

html *,
input,
button,
select,
textarea{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h1, h2, h3, h4, h5, h6{
    font-weight: var(--font-wt-bold);
    letter-spacing: .01rem;
}
h1{
    font-size: 1.429rem;
}
h2{
    font-size: 1.286rem;
}
h3{
    font-size: 1.143rem;
}
h4{
    font-size: 1rem;
}
h5{
    font-size: 0.857rem;
}
h6{
    font-size: 0.714rem;
}

b, strong{
    font-weight: var(--font-wt-bold);
}

.ct-txt-normal{
    font-weight: var(--font-wt-normal);
}
.ct-txt-bold{
    font-weight: var(--font-wt-bold);
}
.ct-txt-s1{
    font-size: 0.714rem;
}
.ct-txt-s2{
    font-size: 0.857rem;
}
.ct-txt-s3{
    font-size: 1rem; /* default based on body */
}
.ct-txt-s4{
    font-size: 1.143rem;
}
.ct-txt-s5{
    font-size: 1.286rem;
}
.ct-txt-s6{
    font-size: 1.429rem;
}
.ct-txt-s7{
    font-size: 1.571rem;
}
.ct-txt-s8{
    font-size: 1.714rem;
}
.ct-txt-s9{
    font-size: 1.857rem;
}
.ct-txt-s10{
    font-size: 2rem;
}