
@font-face {
    font-family : FbTazpit-Light;
    src:url("../../assets/fonts/FbTazpit-Light.otf")
}

.FbTazpit-Light{
    font-family: FbTazpit-Light;
}

@font-face {
    font-family : fblotusbook-regular;
    src:url("../../assets/fonts/FbLotusBook-Regular.otf");
}

.fblotusbook-regular{
    font-family: fblotusbook-regular;
}


/*

@font-face {
    font-family : FbMaya-Bold;
    src:url("../../assets/fonts/FbMaya-Bold.otf");
}

.FbMaya-Bold{
    font-family: FbMaya-Bold;
}
*/
@font-face {
    font-family : FbRimona-Regular;
    src:url("../../assets/fonts/FbRimona-Regular.otf");
}

.FbRimona-Regular{
    font-family: FbRimona-Regular;
}
@font-face {
    font-family : FbShaked-Bold;
    src:url("../../assets/fonts/FbShaked-Bold.otf");
}

.FbShaked-Bold{
    font-family: FbShaked-Bold;
}

@font-face {
    font-family : FbNadav-Regular;
    src:url("../../assets/fonts/FbNadav-Regular.otf");
}

.FbNadav-Regular{
    font-family: FbNadav-Regular;
}
/*
@font-face {
    font-family : FbMega-Light;
    src:url("../../assets/fonts/FbMega-Light.otf");
}

.FbMega-Light{
    font-family: FbMega-Light;
}
*/


*:not(.FbTazpit-Light){
    font-family: fblotusbook-regular;
}


