@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700;800&display=swap');

:root {
    --ftf-body-font-family: "Source Sans 3", sans-serif;
    --ftf-heading-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: var(--ftf-body-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
.ftf-public-title,
.ftf-company-mark {
    font-family: var(--ftf-heading-font-family);
}