/**
 * Style sheet for fonts.
 *
 * @font-face declarations for IE8 should goes in ie_lt9.css file.
 *
 * @package    vanilla
 * @subpackage css
 * @author     Loops <evrard at h2a dot lu>
 * @version    SVN: $Id: fonts.css 37 2017-04-20 13:17:25Z loops $
 */

 @import url("https://use.typekit.net/bky2oeu.css");

 body {
   font-family: "Futura PT", sans-serif;
 }
