@charset "UTF-8";
/*
 * ShapeFactory 本地字体 CSS
 * 路径: assets/fonts/local-fonts.css
 *
 * 已配置的字体:
 * - RALEWAY (来自 assets/fonts/RALEWAY.woff2)
 * - Roboto / Roboto Condensed (来自 jsDelivr CDN，已下载到本地)
 */



/* ===== RALEWAY 字体 ===== */
@font-face {
    font-family: 'RALEWAY';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(//www.shaperfactory.com/wp-content/themes/shaperfactory.com/assets/fonts/RALEWAY.woff2) format('woff2'),
         url(//www.shaperfactory.com/wp-content/themes/shaperfactory.com/assets/fonts/RALEWAY.woff) format('woff');
}

@font-face {
    font-family: 'RALEWAY';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(//www.shaperfactory.com/wp-content/themes/shaperfactory.com/assets/fonts/RALEWAY-BOLD.woff2) format('woff2'),
         url(//www.shaperfactory.com/wp-content/themes/shaperfactory.com/assets/fonts/RALEWAY-BOLD.woff) format('woff');
}

/* ===== Roboto 字体 ===== */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(//www.shaperfactory.com/wp-content/themes/shaperfactory.com/assets/fonts/roboto-latin-400-normal.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(//www.shaperfactory.com/wp-content/themes/shaperfactory.com/assets/fonts/roboto-latin-500-normal.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(//www.shaperfactory.com/wp-content/themes/shaperfactory.com/assets/fonts/roboto-latin-700-normal.woff2) format('woff2');
}

/* ===== Roboto Condensed 字体 ===== */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(//www.shaperfactory.com/wp-content/themes/shaperfactory.com/assets/fonts/roboto-condensed-latin-400-normal.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(//www.shaperfactory.com/wp-content/themes/shaperfactory.com/assets/fonts/roboto-condensed-latin-600-normal.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(//www.shaperfactory.com/wp-content/themes/shaperfactory.com/assets/fonts/roboto-condensed-latin-700-normal.woff2) format('woff2');
}