/**
 * FONT SIMPLE FIX - Basic font corrections
 */

/* Fix font stretching issues */
body {
    font-stretch: normal !important;
    letter-spacing: normal !important;
}

/* Fix headers */
h1, h2, h3, h4, h5, h6 {
    font-stretch: normal !important;
    letter-spacing: normal !important;
}
