/* ===== Figtree Variable Fonts ===== */

@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-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;
}