/* Webfont: boba */@font-face {
    font-family: 'boba';
    src: url('boba.eot'); /* IE9 Compat Modes */
    src: url('boba.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('boba.woff') format('woff'), /* Modern Browsers */
         url('boba.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

