/* 本地字体定义 */

/* Inter 400 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('inter-v20-latin-regular.woff2') format('woff2');
}

/* Inter 500 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('inter-v20-latin-500.woff2') format('woff2');
}

/* Inter 600 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('inter-v20-latin-600.woff2') format('woff2');
}

/* Inter 700 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('inter-v20-latin-700.woff2') format('woff2');
}

/* Inter 800 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('inter-v20-latin-800.woff2') format('woff2');
}

/* Ubuntu 700 */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('ubuntu-v21-latin-700.woff2') format('woff2');
}

/* Righteous 400 */
@font-face {
    font-family: 'Righteous';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('righteous-v18-latin-regular.woff2') format('woff2');
}
