/* ===== Figtree Online Fonts ===== */

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* ===== Global Typography ===== */

html,
body,
.article,
.content,
.wiki-content {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
}

/* ===== Headings ===== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
}

/* ===== Bold ===== */

strong,
b {
    font-weight: 700;
}

/* ===== Italics ===== */

em,
i {
    font-style: italic;
}

/* ===== Code blocks (optional) ===== */

code,
pre {
    font-family: Consolas, Monaco, monospace;
}