@font-face {
    font-family: 'Gravity';
    src: url('gravity-bold-webfont.woff2') format('woff2'),
         url('gravity-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Gravity';
    src: url('gravity-regular-webfont.woff2') format('woff2'),
         url('gravity-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gravity';
    src: url('Gravity-Light.woff2') format('woff2'),
         url('Gravity-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}