@charset "UTF-8";

/* Frontend typography: keep every visible text element consistently bold. */
html body,
html body * {
    font-weight: 700 !important;
    font-synthesis: weight;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body strong,
html body b {
    font-weight: 850 !important;
}

html body input::placeholder,
html body textarea::placeholder {
    font-weight: 700 !important;
}
