@font-face {
    font-family: "NianPortal";
    src: url("../fonts/Nian.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NianPortal";
    src: url("../fonts/Nian SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NianPortal";
    src: url("../fonts/Nian Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NianPortal";
    src: url("../fonts/Nian ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NianPortal";
    src: url("../fonts/Nian Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea {
    font-family: "NianPortal", Tahoma, Arial, sans-serif !important;
}