You can customize css variables:
:root { --r-main-font: 'Your Custom Font', sans-serif; --r-heading-font: var(--r-main-font); }