/* Font sizes and weights */

.bold-s {
    font-weight: 600;
}

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

.bold-l {
    font-weight: 800;
}

.bold-xl {
    font-weight: 900;
}


.font-s {
    font-size: 1rem;
}

.font-m {
    font-size: 1.5rem;
}

.font-l {
    font-size: 2rem;
}

.font-xl {
    font-size: 2.5rem;
}

.font-xxl {
    font-size: 3rem;
}


