.text-blue{
    color:blue;
}

.h1-thin{
    font-weight: 100;
    font-size: 3rem;
}
.h1-bold{
    font-weight: 700;
    font-size: 3rem;
}
.h2-thin{
    font-weight: 100;
    font-size: 2.5rem;
}
.h2-bold{
    font-weight: 700;
    font-size: 2.5rem;
}
.h3-thin{
    font-weight: 100;
    font-size: 2.0rem;
}
.h3-bold{
    font-weight: 700;
    font-size: 2.0rem;
}
.h4-thin{
    font-weight: 100;
    font-size: 1.5rem;
}
.h4-bold{
    font-weight: 700;
    font-size: 1.5rem;
}
.h5-thin{
    font-weight: 100;
    font-size: 1.25rem;
}
.h5-bold{
    font-weight: 700;
    font-size: 1.25rem;
}
.h6-thin{
    font-weight: 100;
    font-size: .90rem;
}
.h6-bold{
    font-weight: 700;
    font-size: .90rem;
}
.p-thin{
    font-weight: 100;
    font-size: 1.0rem;
}
.p-bold{
    font-weight: 700;
    font-size: 1.0rem;
}
.s-thin{
    font-weight: 100;
    font-size: 0.80rem;
}
.s-bold{
    font-weight: 600;
    font-size: 0.80rem;
}
.t-thin{
    font-weight: 350;
    font-size: 0.90rem;
}
.t-bold{
    font-weight: 600;
    font-size: 0.90rem;
}