@import url("https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css");

:root {
  /* Change this one value and the import above to swap the site font. */
  --site-font-family: "Paperlogy", sans-serif;
  --font-l: var(--site-font-family);
  --font-r: var(--site-font-family);
  --font-b: var(--site-font-family);
  --font-eb: var(--site-font-family);
  --font-en: var(--site-font-family);
  --font-en-r: var(--site-font-family);
}

body {
  font-family: var(--site-font-family);
}
