/* Puremed typography policy: plugin defaults never exceed weight 500. */
:where([class^="puremed-"], [class*=" puremed-"]) {
    font-synthesis-weight: none;
}
:where([class^="puremed-"], [class*=" puremed-"]) :where(h1,h2,h3,h4,h5,h6,strong,b,button,label,legend,th) {
    font-weight: 500;
}
