/* 01 - Width and height helpers */
.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.hw-100 {
    height: 100%;
    width: 100%;
}


/* 02 - Font helpers */
.font-weight-bold {
    font-weight: bold;
}


/* 03 - Button utilities */
.btn-icon-round {
    border-radius: 100%;
}

/* 04 - Icon utilities */
.filled-icon.rzi, .filled-icon .rzi {
    font-variation-settings: 'FILL' 1;
}
