@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;       /* 权重范围 */
    font-stretch: 75% 125%;     /* 宽度范围 */
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;       /* 权重范围 */
    font-stretch: 75% 125%;     /* 宽度范围 */
    font-style: italic;
}