/* Load these in your <head> before this file:
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Fraunces:wght@500;600;700&display=swap" rel="stylesheet">
*/

:root {
  --font-1: "Inter", ui-sans-serif, system-ui, -apple-system, 
             "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --font-2: "Fraunces", Georgia, Cambria, 
             "Times New Roman", Times, serif;
}