/**
 * Austone enterprise typography system.
 * Content, layout and component sizing remain unchanged; this layer only
 * uses the UI/UX Pro Max "Premium Sans" system for B2B presentation.
 */
:root {
  --austone-font-heading: "DM Sans", "Segoe UI", Arial, sans-serif;
  --austone-font-body: "DM Sans", "Segoe UI", Arial, sans-serif;
}

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

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body p,
html body a,
html body li,
html body label,
html body small,
html body blockquote,
html body td,
html body th,
html body strong {
  font-family: var(--austone-font-body) !important;
}

/* Premium Sans heading face: compact, balanced and less rounded. */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body .h1,
html body .h2,
html body .h3,
html body .n,
html body .ltop,
html body .nm,
html body .uk-no,
html body .austone-youtube-facade__title {
  font-family: var(--austone-font-heading) !important;
  font-weight: 700;
  letter-spacing: -0.03em;
}

html body .main-nav > a,
html body .main-nav > .nav-item > a,
html body .btn,
html body button {
  letter-spacing: -0.005em;
}
