/* tokens globais  */

:root {
  --b3-font-family-display: "B3 Sans Display", sans-serif;
  --b3-font-family-text: "B3 Sans Text", sans-serif;
}

/* Base global de tipografia */

body {
  font-family: var(--b3-font-family-text);
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
[role="heading"] {
  font-family: var(--b3-font-family-display);
}

p,
span,
li,
a,
label,
input,
textarea,
button,
small,
figcaption,
blockquote,
dd,
dt,
td,
th {
  font-family: var(--b3-font-family-text);
}
