/* ----------------------------------- */
/* FONT FAMILIES                       */
/* ----------------------------------- */
@font-face {
    font-family:    'bogleBold';
    src:            url('../fonts/BogleWeb-Bold.woff') format('woff');
}

.bogleBold {
    /*white-space:    nowrap;*/
    font-family:    'bogleBold';
}

@font-face {
    font-family:    'bogleRegular';
    src:            url('../fonts/BogleWeb-Regular.woff') format('woff');
}

.bogleRegular {
    /*white-space:    nowrap;*/
    font-family:    'bogleRegular';
}