/* Default theme typography
 * Proxima Nova is commercial; this sets it as preferred if present via
 * system install or external loader (e.g., Adobe Fonts). Falls back to
 * common system fonts.
 */

html,
body,
button,
input,
select,
textarea {
  font-family: "Proxima Nova", "ProximaNova", "proxima-nova", system-ui,
    -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Ensure headings inherit unless explicitly styled elsewhere */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}


