﻿@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'LivingTitleFont';
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url('LivingTitleFont/fbmatritsanarrowenheb-regularwebfont.woff') format('woff');
}

@font-face {
    font-family: 'LivingTitleFont';
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url('LivingTitleFont/fbmatritsanarrowenheb-boldwebfont.woff') format('woff');
}

@font-face {
    font-family: 'LivingTitleFont';
    font-weight: 900; /*(black)*/
    font-style: normal;
    src: url('LivingTitleFont/fbmatritsanarrowenheb-blackwebfont.woff') format('woff');
}


