@import url(https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;600&display=swap);

:root {
  --theme-text-font: "Libre Franklin", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --theme-headline-font: "Libre Franklin", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}