/* Global typography: sentence case with a clear, restrained weight scale. */
body,
body * {
    text-transform: none !important;
}

body {
    font-weight: 400;
}

body button,
body [role="button"] {
    font-weight: 500;
}

body strong,
body b {
    font-weight: 600;
}

body h1,
body h2 {
    font-weight: 700;
}

body h3,
body h4,
body h5,
body h6 {
    font-weight: 600;
}

body [class~="tracking-wide"],
body [class~="tracking-wider"] {
    letter-spacing: 0.01em !important;
}
