@font-face {
    font-family: 'MTNBrighterSans';
    src: url('MTNBrighterSans-Regular.woff');
    src: local('MTNBrighterSans Regular'), local('MTNBrighterSans-Regular'),
        url('MTNBrighterSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Regular only, by design -- these two still match the bold/800 weight
   requests scattered through the CSS (so nothing else needs to change),
   but point at the Regular file so text actually renders as regular
   weight instead of a bold face. */
@font-face {
    font-family: 'MTNBrighterSans';
    src: url('MTNBrighterSans-Regular.woff');
    src: local('MTNBrighterSans Regular'), local('MTNBrighterSans-Regular'),
        url('MTNBrighterSans-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MTNBrighterSans';
    src: url('MTNBrighterSans-Regular.woff');
    src: local('MTNBrighterSans Regular'), local('MTNBrighterSans-Regular'),
        url('MTNBrighterSans-Regular.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}