.fs-xxs {
    font-size: 0.625rem; /* 10px */
}

.fs-xs {
    font-size: 0.75rem; /* 12px */
}

.fs-sm {
    font-size: 0.875rem; /* 14px */
}

.fs-md {
    font-size: 1rem; /* 16px */
}

.fs-lg {
    font-size: 1.125rem; /* 18px */
}

.fs-xl {
    font-size: 1.25rem; /* 20px */
}

.fs-xxl {
    font-size: 1.5rem; /* 24px */
}

.fs-xxxl {
    font-size: 1.75rem; /* 28px */
}

.fs-xxxxl {
    font-size: 2rem; /* 32px */
}

.fs-5xl {
    font-size: 2.5rem; /* 40px */
}

.fs-6xl {
    font-size: 3rem; /* 48px */
}

.fw-thin {
    font-weight: 100;
}

.fw-extra-light {
    font-weight: 200;
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extra-bold {
    font-weight: 800;
}

.fw-black {
    font-weight: 900;
}


.fs-normal {
    font-style: normal;
}

.fs-italic {
    font-style: italic;
}

.fs-oblique {
    font-style: oblique;
}

.fs-initial {
    font-style: initial;
}

.fs-inherit {
    font-style: inherit;
}


