/* Core Heritage fonts - load from live site so Laravel matches core typography */
@import url('https://fonts.googleapis.com/css?family=GFS+Didot');

@font-face {
    font-family: 'didotregular';
    src: url('../fonts/TheanoDidot-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filsonproregular';
    src: url('../fonts/FilsonProRegular.ttf');
         /* url('https://www.heritagefurnitureuk.com/fonts/filsonproregular.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filsonproheavy';
    src: url('../fonts/FilsonProHeavy.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filsonpromedium';
    src: url('../fonts/FilsonProMedium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filsonprolight';
    src: url('../fonts/FilsonProLight.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dearjoe';
    src: url('../fonts/dearjoe-5-casual.regular.woff2');
    font-weight: normal;
    font-style: normal;
}
