@font-face {
    font-family: "Battambang", system-ui;
    src: url('../fonts/Battambang-Thin.ttf');
    font-weight: thin;
    font-style: normal;
}
@font-face {
    font-family: "Battambang", system-ui;
    src: url('../fonts/Battambang-Light.ttf');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: "Battambang", system-ui;
    src: url('../fonts/Battambang-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Battambang", system-ui;
    src: url('../fonts/Battambang-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Battambang", system-ui;
    src: url('../fonts/Battambang-Black.ttf');
    font-weight: black;
    font-style: normal;
}