/* @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400; Regular
    src: url('static/fonts/robot/Roboto-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700; bold
    src: url('static/fonts/robot/Roboto-Bold.woff2') format('woff2');
    font-display: swap; 优化加载体验
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500; Medium
    src: url('static/fonts/robot/Roboto-Medium.woff2') format('woff2');
    font-display: swap;
} */
@font-face {
    font-family: 'MyRoboto';
    font-style: normal;
    font-weight: 400; /* Regular */
    src: url('../fonts/robot/Roboto-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'MyRoboto';
    font-style: normal;
    font-weight: 700; /* bold */
    src: url('../fonts/robot/Roboto-Bold.woff2') format('woff2');
    font-display: swap; /* 优化加载体验 */
}
@font-face {
    font-family: 'MyRoboto';
    font-style: normal;
    font-weight: 500; /* Medium */
    src: url('../fonts/robot/Roboto-Medium.woff2') format('woff2');
    font-display: swap;
}