/* Albert Sans + Barlow */
:root{
  --font-headings: "Albert Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-body: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
  font-family: var(--font-headings);
}

body, p, a, li, button, input, textarea, select{
  font-family: var(--font-body);
}