

/* ======= Import Figtree from Google Fonts ======= */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&display=swap');

/* ======= Apply Figtree Globally ======= */
body,
h1, h2, h3, h4, h5, h6,
p,
li,
table,
td,
th,
.aui-button,
.confluence-information-macro-body,
.notice-box,
.footer {
    font-family: 'Figtree', sans-serif !important;
}

