/*!
 * SourceCodePro.css for v1.0.0
 * Author fang <fangwei@wzcoder.com>
 * @Copyright 2005-2024 wzcoder.com (https://www.wzcoder.com)
 * @version 1.0
 * @date 2026/04/01-11:30
 */

/**
 * SourceCodePro
 * 100 - Thin
 * 200 - Extra Light (Ultra Light)
 * 300 - Light
 * 400 - Regular (Normal、Book、Roman)
 * 500 - Medium
 * 600 - Semi Bold (Demi Bold)
 * 700 - Bold
 * 800 - Extra Bold (Ultra Bold)
 * 900 - Black (Heavy)
 */

@font-face {
    font-family: "SourceCodePro";
    src: url("static/SourceCodePro-Light.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "SourceCodePro";
    src: url("static/SourceCodePro-Regular.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "SourceCodePro";
    src: url("static/SourceCodePro-Medium.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "SourceCodePro";
    src: url("static/SourceCodePro-Bold.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "SourceCodePro";
    src: url("static/SourceCodePro-Bold.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "SourceCodePro";
    src: url("Poppins-Black.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 800;
}

