@font-face {
    font-family: "RHR-ExtraLight";
    src: url("../font/ResourceHanRoundedCN-ExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: "RHR-Light";
    src: url("../font/ResourceHanRoundedCN-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "RHR-Normal";
    src: url("../font/ResourceHanRoundedCN-Normal.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "RHR-Regular";
    src: url("../font/ResourceHanRoundedCN-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "RHR-Medium";
    src: url("../font/ResourceHanRoundedCN-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "RHR-Bold";
    src: url("../font/ResourceHanRoundedCN-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "RHR-Heavy";
    src: url("../font/ResourceHanRoundedCN-Heavy.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

:root {
    --theme-color: #7b5d57;
}
