/*
 * petalert-fontsize.css
 * Normalize standard content font-size to 0.95rem.
 */

/* --- Base ---------------------------------------------------------------- */

main {
    font-size: 0.95rem;
}
