/* Shared public typography and Green palette. Component-specific variants stay local. */
@font-face {
    font-family: "Poppins";
    src: url(../fonts/poppins-400.woff2) format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/poppins-500.woff2) format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/poppins-600.woff2) format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/poppins-700.woff2) format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "netsons-icons";
    src: url(../fonts/netsons-icons.woff2?ver=20260826) format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

body.restylewww, body.green-mode:has(.restylewww-footer-root) {
    --restylewww-eco-page: #0d1117;
    --restylewww-eco-inset: #11161d;
    --restylewww-eco-panel: #171d26;
    --restylewww-eco-soft: #202936;
    --restylewww-eco-border: #354354;
    --restylewww-eco-text: #f2f6fb;
    --restylewww-eco-muted: #b9c4d0;
    --restylewww-eco-link: #8fb9ff;
    --restylewww-eco-success: #5fd19a;
    --restylewww-eco-success-solid: #18794e;
    --restylewww-eco-success-bg: #142d23;
    --restylewww-eco-danger: #ffb1bc;
    --restylewww-eco-danger-bg: #3d2026;
    --restylewww-eco-info: #dce6f0;
    --restylewww-eco-info-bg: #172a43;
}
