/*
 * Author: Hexinyan
 * Date Created: 2026-06-19 18:10:08
 * Modified By: Hexinyan
 * Last Modified: 2026-06-19 23:21:38
 * Description: common.css
 */

@font-face {
    font-family: 'LXGWWenkai-Medium';
    src: url(../fonts/LXGWWenKai-Medium.ttf) format(truetype);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    font-family: 'LXGWWenkai-Medium';
    color: rgba(36, 41, 47);
}
a {
    text-decoration: none;
}
a:visited {
    color: rgba(36, 41, 47);
}
