/* 100 - Thin */
@font-face {
    font-family: "Nian";
    src: url("../fonts/w_Nian Thin.ttf");
    font-weight: 100;
    font-style: normal;
}

/* 200 - ExtraLight */
@font-face {
    font-family: "Nian";
    src: url("../fonts/w_Nian Extra Light.ttf");
    font-weight: 200;
    font-style: normal;
}

/* 300 - Light */
@font-face {
    font-family: "Nian";
    src: url("../fonts/w_Nian Light.ttf");
    font-weight: 300;
    font-style: normal;
}

/* 400 - Regular (default) */
@font-face {
    font-family: "Nian";
    src: url("../fonts/w_Nian.ttf");
    font-weight: 400;
    font-style: normal;
}

/* 600 - SemiBold */
@font-face {
    font-family: "Nian";
    src: url("../fonts/w_Nian Semi Bold.ttf");
    font-weight: 600;
    font-style: normal;
}

/* 700 - Bold */
@font-face {
    font-family: "Nian";
    src: url("../fonts/w_Nian Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

/* 800 - ExtraBold */
@font-face {
    font-family: "Nian";
    src: url("../fonts/w_Nian Extra Bold.ttf");
    font-weight: 800;
    font-style: normal;
}

/* 900 - Black */
@font-face {
    font-family: "Nian";
    src: url("../fonts/w_Nian Black.ttf");
    font-weight: 900;
    font-style: normal;
}

html,
body,
input,
textarea,
select,
button {
    font-family: "Nian" !important;
}

html,
body {
    font-family: "Nian" !important;
}

#changelist table,
#changelist th,
#changelist td {
    direction: rtl !important;
    text-align: right !important;
}   