:root {
    --site-font-sans: Aptos, "Aptos Display", "Aptos Narrow", Calibri, "Segoe UI", Candara, Arial, sans-serif;
    --site-page-background: #ffffff;
}

html,
body {
    font-family: var(--site-font-sans);
    background-color: var(--site-page-background) !important;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit !important;
}
