@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Manrope:wght@500;700&display=swap");
/* SUBSTITUTIONS — see readme.md. TT Ramillas Variable -> Cormorant Garamond (300).
   Satoshi -> Manrope (500/700). Replace with licensed binaries when available. */
:root{
  --font-display:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  --font-tt-ramillas-variable:var(--font-display);
  --font-sans:'Manrope',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-satoshi:var(--font-sans);
}
