:root {
  --font-heading: "IBM Plex Sans", sans-serif;
  --font-body: "Inter", sans-serif;
}

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

p,
a,
label,
li,
dt,
dd,
blockquote,
cite,
figcaption,
th,
td,
option {
  font-family: var(--font-body);
}

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