@font-face {
    font-family: 'LFM';
    src: url('lfmfont-regular_v1-webfont.woff2') format('woff2'),
         url('lfmfont-regular_v1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("Inter-Regular.woff2?v=3.19") format("woff2"),
       url("Inter-Regular.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("Inter-SemiBold.woff2?v=3.19") format("woff2"),
       url("Inter-SemiBold.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'lfm_fontregular';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("LiveforMore.otf") format("opentype")
}