/* 
    Handcoded by JAC - Johnny Alimoot C.
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Stack+Sans+Notch:wght@200..700&display=swap');

.ff-stack {
    font-family: 'Stack Sans Notch';
    font-weight: normal !important;
}

.fc-white {
    color: var(--textWhite);
}

.fc-primary {
    color: var(--primaryColor);
}

.fw-normal {
    font-weight: normal !important;
}

.fw-bold {
    font-weight: bold !important;
}

.ta-center {
    text-align: center;
}