/* 阿里妈妈方圆体可变字体定义 */
@font-face {
    font-family: 'AlimamaFangYuanTiVF';
    src: url('../fonts/AlimamaFangYuanTiVF-Thin.woff2') format('woff2-variations');
    font-weight: 100 900; /* 支持100到900的字重范围 */
    font-style: normal;
    font-display: swap;
}

/* 全局应用阿里妈妈方圆体 */
body {
    font-family: 'AlimamaFangYuanTiVF', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

/* 特定元素应用 */
.alimama-font {
    font-family: 'AlimamaFangYuanTiVF', sans-serif;
} 