/* Base font settings */
body {
  font-family: "area-extended", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Strong text */
strong, 
b,
h1, h2, h3, h4, h5, h6,
.font-bold,
.font-semibold {
  font-family: "area-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* Apply the font to form elements as well */
input, 
select, 
textarea,
button {
  font-family: "area-extended", sans-serif;
}

/* Tailwind overrides */
.font-sans {
  font-family: "area-extended", sans-serif !important;
}
